Skip to content

Commit

Permalink
[YouPorn] Add playlist extractors
Browse files Browse the repository at this point in the history
* YouPornCategoryIE
* YouPornChannelIE
* YouPornCollectionIE
* YouPornStarIE
* YouPornTagIE
* YouPornVideosIE,
  • Loading branch information
dirkf committed Apr 22, 2024
1 parent 0b2ce36 commit 668332b
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 1 deletion.
10 changes: 9 additions & 1 deletion youtube_dl/extractor/extractors.py
Expand Up @@ -1653,7 +1653,15 @@
YouNowChannelIE,
YouNowMomentIE,
)
from .youporn import YouPornIE
from .youporn import (
YouPornIE,
YouPornCategoryIE,
YouPornChannelIE,
YouPornCollectionIE,
YouPornStarIE,
YouPornTagIE,
YouPornVideosIE,
)
from .yourporn import YourPornIE
from .yourupload import YourUploadIE
from .youtube import (
Expand Down

0 comments on commit 668332b

Please sign in to comment.