We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2bb71 commit 000bae9Copy full SHA for 000bae9
fastanime/libs/anime_provider/animepahe/api.py
@@ -18,7 +18,7 @@
18
REQUEST_HEADERS,
19
SERVER_HEADERS,
20
)
21
-from .utils import process_animepahe_embed_page
+from .extractors import process_animepahe_embed_page
22
23
if TYPE_CHECKING:
24
from .types import AnimePaheAnimePage, AnimePaheSearchPage, AnimePaheSearchResult
fastanime/libs/anime_provider/animepahe/utils.py renamed to fastanime/libs/anime_provider/animepahe/extractors.py
0 commit comments