Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
feat(extractor): add extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidBySolo committed Nov 9, 2020
1 parent c070174 commit 5e444d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions rabbitark/extractor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from .hitomi import Hitomi
from .pixiv import Pixiv
from .youtube import Youtube
4 changes: 2 additions & 2 deletions rabbitark/utils/extractor_dict.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from rabbitark.extractor import Hitomi, Pixiv
from rabbitark.extractor import Hitomi, Pixiv, Youtube

extractor = {"hitomi": Hitomi, "pixiv": Pixiv}
extractor = {"hitomi": Hitomi, "pixiv": Pixiv, "youtube": Youtube}

0 comments on commit 5e444d2

Please sign in to comment.