Skip to content

Commit b163d08

Browse files
dirkfGitHub Actions
authored and
GitHub Actions
committed
[YouPorn] Add playlist extractors
* YouPornCategoryIE * YouPornChannelIE * YouPornCollectionIE * YouPornStarIE * YouPornTagIE * YouPornVideosIE,
1 parent bf3b23e commit b163d08

File tree

2 files changed

+447
-1
lines changed

2 files changed

+447
-1
lines changed

youtube_dl/extractor/extractors.py

+9-1
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,15 @@
16531653
YouNowChannelIE,
16541654
YouNowMomentIE,
16551655
)
1656-
from .youporn import YouPornIE
1656+
from .youporn import (
1657+
YouPornIE,
1658+
YouPornCategoryIE,
1659+
YouPornChannelIE,
1660+
YouPornCollectionIE,
1661+
YouPornStarIE,
1662+
YouPornTagIE,
1663+
YouPornVideosIE,
1664+
)
16571665
from .yourporn import YourPornIE
16581666
from .yourupload import YourUploadIE
16591667
from .youtube import (

0 commit comments

Comments
 (0)