1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-05 18:39:37 +02:00

[foxnews] Clarify IE_DESC

This commit is contained in:
Sergey M․ 2015-08-27 21:48:47 +06:00
parent 1b660cce12
commit 5307c33232

View File

@ -10,6 +10,7 @@
class FoxNewsIE(InfoExtractor):
IE_DESC = 'Fox News and Fox Business Video'
_VALID_URL = r'https?://(?P<host>video\.fox(?:news|business)\.com)/v/(?:video-embed\.html\?video_id=)?(?P<id>\d+)'
_TESTS = [
{