projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
298f833
)
[vevo] fix testcase
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 11 Aug 2013 05:12:38 +0000
(07:12 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 11 Aug 2013 05:12:38 +0000
(07:12 +0200)
youtube_dl/extractor/vevo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vevo.py
b/youtube_dl/extractor/vevo.py
index 67537eae5afecc158c13864c4dc494fd366076c3..14abd58e8384ea4c99c75e571279d790cdf36707 100644
(file)
--- a/
youtube_dl/extractor/vevo.py
+++ b/
youtube_dl/extractor/vevo.py
@@
-8,7
+8,7
@@
from ..utils import (
class VevoIE(InfoExtractor):
"""
- Acce
cp
s urls from vevo.com or in the format 'vevo:{id}'
+ Acce
pt
s urls from vevo.com or in the format 'vevo:{id}'
(currently used by MTVIE)
"""
_VALID_URL = r'((http://www.vevo.com/watch/.*?/.*?/)|(vevo:))(?P<id>.*)$'
@@
-19,7
+19,7
@@
class VevoIE(InfoExtractor):
u'info_dict': {
u"upload_date": u"20130624",
u"uploader": u"Hurts",
- u"title": u"Somebody
T
o Die For"
+ u"title": u"Somebody
t
o Die For"
}
}