1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-05 00:52:53 +08:00

Added franceinter [Issue #2105]

This commit is contained in:
Saimadhav Heblikar 2014-01-15 11:22:44 +05:30
parent b441bce85d
commit 6a9b3f5521

View File

@ -31,5 +31,5 @@ class FranceInterIE(InfoExtractor):
video_url=self.get_download_url(webpage)
return{'id': video_id,u'url': video_url,u'title': title}