Skip to content

Commit

Permalink
[extractor/txxx] Add extractors (#5240)
Browse files Browse the repository at this point in the history
Authored by: chio0hai
Closes #5021
  • Loading branch information
chio0hai committed Feb 3, 2023
1 parent b032ff0 commit 389896d
Show file tree
Hide file tree
Showing 4 changed files with 424 additions and 14 deletions.
4 changes: 4 additions & 0 deletions yt_dlp/extractor/_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -2048,6 +2048,10 @@
TwitterSpacesIE,
TwitterShortenerIE,
)
from .txxx import (
TxxxIE,
PornTopIE,
)
from .udemy import (
UdemyIE,
UdemyCourseIE
Expand Down
14 changes: 0 additions & 14 deletions yt_dlp/extractor/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,20 +864,6 @@ class GenericIE(InfoExtractor):
'thumbnail': r're:^https?://.*\.jpg$',
},
},
{
# JWPlayer config passed as variable
'url': 'http://www.txxx.com/videos/3326530/ariele/',
'info_dict': {
'id': '3326530_hq',
'ext': 'mp4',
'title': 'ARIELE | Tube Cup',
'uploader': 'www.txxx.com',
'age_limit': 18,
},
'params': {
'skip_download': True,
}
},
{
# Video.js embed, multiple formats
'url': 'http://ortcam.com/solidworks-урок-6-настройка-чертежа_33f9b7351.html',
Expand Down

0 comments on commit 389896d

Please sign in to comment.