]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/prankcast.py
[cleanup Misc
[yt-dlp.git] / yt_dlp / extractor / prankcast.py
index 7446caf3c0ea3413a72f5b8e4f50a1ccbe1294d0..0eb5f98d19af2da7e06b134b9132031b4723a09b 100644 (file)
@@ -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):