mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 19:16:46 +01:00
parent
cd5df121f3
commit
d5d1df8afd
12 changed files with 48 additions and 32 deletions
|
|
@ -21,6 +21,23 @@ class PrankCastIE(InfoExtractor):
|
|||
'tags': ['prank call', 'prank'],
|
||||
'upload_date': '20220825'
|
||||
}
|
||||
}, {
|
||||
'url': 'https://prankcast.com/phonelosers/showreel/2048-NOT-COOL',
|
||||
'info_dict': {
|
||||
'id': '2048',
|
||||
'ext': 'mp3',
|
||||
'title': 'NOT COOL',
|
||||
'display_id': 'NOT-COOL',
|
||||
'timestamp': 1665028364,
|
||||
'uploader': 'phonelosers',
|
||||
'channel_id': 6,
|
||||
'duration': 4044,
|
||||
'cast': ['phonelosers'],
|
||||
'description': '',
|
||||
'categories': ['prank'],
|
||||
'tags': ['prank call', 'prank'],
|
||||
'upload_date': '20221006'
|
||||
}
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue