X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Ffrancetv.py;h=75723c00dc9e96c018e3b6771e634ff93c293ba1;hb=c356620ec14033969d53ca8a2dd432b79046ee20;hp=f5aeab1105c6fec381516bb23fdbee49b81acca4;hpb=3bc9fb58892d0ca3dfc044b6e0ef65426ecd8c1a;p=youtube-dl diff --git a/youtube_dl/extractor/francetv.py b/youtube_dl/extractor/francetv.py index f5aeab110..75723c00d 100644 --- a/youtube_dl/extractor/francetv.py +++ b/youtube_dl/extractor/francetv.py @@ -6,10 +6,7 @@ import re import json from .common import InfoExtractor -from ..compat import ( - compat_urllib_parse_urlparse, - compat_urlparse, -) +from ..compat import compat_urlparse from ..utils import ( clean_html, ExtractorError, @@ -164,7 +161,8 @@ class FranceTVIE(FranceTVBaseInfoExtractor): (?: (?:www\.)?france[2345o]\.fr/ (?: - emissions/[^/]+/(?:videos|diffusions)?| + emissions/[^/]+/(?:videos|diffusions)| + emission/[^/]+| videos| jt ) @@ -248,7 +246,7 @@ class FranceTVIE(FranceTVBaseInfoExtractor): 'id': 'EV_30231', 'ext': 'flv', 'title': 'Alcaline, le concert avec Calogero', - 'description': 'md5:', + 'description': 'md5:61f08036dcc8f47e9cfc33aed08ffaff', 'upload_date': '20150226', 'timestamp': 1424989860, 'duration': 5400,