Spaces:
Running
Running
Update torrents/x1337.py
Browse files- torrents/x1337.py +1 -1
torrents/x1337.py
CHANGED
@@ -4,7 +4,7 @@ import time
|
|
4 |
import aiohttp
|
5 |
from bs4 import BeautifulSoup
|
6 |
from helper.asyncioPoliciesFix import decorator_asyncio_fix
|
7 |
-
from helper.
|
8 |
from constants.base_url import X1337
|
9 |
from constants.headers import HEADER_AIO
|
10 |
|
|
|
4 |
import aiohttp
|
5 |
from bs4 import BeautifulSoup
|
6 |
from helper.asyncioPoliciesFix import decorator_asyncio_fix
|
7 |
+
from helper.html_scraper import AsyncCloudscraper # Changed import
|
8 |
from constants.base_url import X1337
|
9 |
from constants.headers import HEADER_AIO
|
10 |
|