Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rg3/youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Aug 27, 2013
2 parents 341ca8d + 1b01e2b commit 65883c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions youtube_dl/extractor/c56.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class C56IE(InfoExtractor):

_TEST ={
u'url': u'http://www.56.com/u39/v_OTM0NDA3MTY.html',
u'file': u'93440716.mp4',
u'md5': u'9dc07b5c8e978112a6441f9e75d2b59e',
u'file': u'93440716.flv',
u'md5': u'e59995ac63d0457783ea05f93f12a866',
u'info_dict': {
u'title': u'网事知多少 第32期:车怒',
},
Expand Down
2 changes: 1 addition & 1 deletion youtube_dl/extractor/dailymotion.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DailymotionIE(InfoExtractor):
u'file': u'x33vw9.mp4',
u'md5': u'392c4b85a60a90dc4792da41ce3144eb',
u'info_dict': {
u"uploader": u"Alex and Van .",
u"uploader": u"Amphora Alex and Van .",
u"title": u"Tutoriel de Youtubeur\"DL DES VIDEO DE YOUTUBE\""
}
}
Expand Down

0 comments on commit 65883c8

Please sign in to comment.