Skip to content

Commit

Permalink
sort extractors by site
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixthrush committed Nov 8, 2024
1 parent 17d942c commit 3e0d0ec
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ These packages are automatically installed when you set up AniWorld Downloader u
- [x] Fix mpv auto download on Windows 10
### Upcoming Tasks
- [ ] Organize extractors by site
- [ ] Syncplay support for other sites
- [ ] Fix --only-direct-link language error
- [ ] Sort argument help section
Expand Down
2 changes: 0 additions & 2 deletions src/aniworld/common/adventure.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ def display_ascii_art():


def adventure():
from ollama import ResponseError

try:
import ollama
except ModuleNotFoundError:
Expand Down
10 changes: 4 additions & 6 deletions src/aniworld/extractors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from .doodstream import doodstream_get_direct_link
from .streamtape import streamtape_get_direct_link
from .vidoza import vidoza_get_direct_link
from .voe import voe_get_direct_link

from .streamkiste import streamkiste_get_direct_link
from .aniworld.doodstream import doodstream_get_direct_link
from .aniworld.streamtape import streamtape_get_direct_link
from .aniworld.vidoza import vidoza_get_direct_link
from .aniworld.voe import voe_get_direct_link
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3e0d0ec

Please sign in to comment.