mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix(ci): sort GPW parser imports
This commit is contained in:
@@ -4,11 +4,11 @@ from typing import Optional
|
||||
|
||||
from lxml import etree
|
||||
|
||||
from app.modules.indexer.parser import SiteParserBase, SiteSchema
|
||||
from app.foundation import size as size_tools
|
||||
from app.foundation import temporal as time_tools
|
||||
from app.foundation import text as text_tools
|
||||
from app.foundation.dom import DomUtils
|
||||
from app.modules.indexer.parser import SiteParserBase, SiteSchema
|
||||
|
||||
|
||||
class GazelleSiteUserInfo(SiteParserBase):
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
from app.modules.indexer.parser.gazelle import GazelleSiteUserInfo
|
||||
from app.modules.indexer.spider import SiteSpider
|
||||
|
||||
|
||||
GPW_HTML = """
|
||||
<html><body>
|
||||
<table class="TableTorrent Table" id="torrent_table"><tbody>
|
||||
|
||||
Reference in New Issue
Block a user