mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
feat: update comet scraper stream endpoint path
This commit is contained in:
@@ -15,7 +15,7 @@ class CometScraper(BaseScraper):
|
||||
try:
|
||||
results = await fetch_with_proxy_fallback(
|
||||
self.session,
|
||||
f"{self.url}/stream/{request.media_type}/{request.media_id}.json",
|
||||
f"{self.url}/e30=/stream/{request.media_type}/{request.media_id}.json",
|
||||
)
|
||||
|
||||
for torrent in results["streams"]:
|
||||
|
||||
Reference in New Issue
Block a user