修改browsers位置,删除无用引入
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,5 @@
|
|||||||
import os
|
import os
|
||||||
from core import browsers
|
from utils import browsers
|
||||||
|
|
||||||
class Spiders:
|
class Spiders:
|
||||||
def __init__(self, project_name: str, bitch: int = 5, worker_num: int = 1, switch_clash: bool = False, reflush_browser: bool = False):
|
def __init__(self, project_name: str, bitch: int = 5, worker_num: int = 1, switch_clash: bool = False, reflush_browser: bool = False):
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
from core import browsers
|
|
||||||
from lib.module import example
|
from lib.module import example
|
||||||
|
|
||||||
Server: example.SpiderModule
|
Server: example.SpiderModule
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,6 @@
|
|||||||
import requests
|
import requests
|
||||||
import lib
|
from core import excels
|
||||||
from core import excels, browsers
|
from utils import browsers, files, formats
|
||||||
from utils import files, formats
|
|
||||||
|
|
||||||
class Shopyy:
|
class Shopyy:
|
||||||
def __init__(self, save_folder):
|
def __init__(self, save_folder):
|
||||||
|
|||||||
Reference in New Issue
Block a user