projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ecedbd
)
vimeo: Ignore if we are using HTTP/S or not.
author
Rogério Brito
<rbrito@ime.usp.br>
Thu, 21 Apr 2011 00:15:57 +0000
(21:15 -0300)
committer
Rogério Brito
<rbrito@ime.usp.br>
Thu, 21 Apr 2011 00:15:57 +0000
(21:15 -0300)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 080490ded626ac36b3a9a4f76a83b02f294308d6..17fb82da702473d2233e4021c80f289f2b5d4102 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-1724,7
+1724,7
@@
class VimeoIE(InfoExtractor):
"""Information extractor for vimeo.com."""
# _VALID_URL matches Vimeo URLs
- _VALID_URL = r'(?:http://)?(?:(?:www|player).)?vimeo\.com/(?:video/)?([0-9]+)'
+ _VALID_URL = r'(?:http
s?
://)?(?:(?:www|player).)?vimeo\.com/(?:video/)?([0-9]+)'
def __init__(self, downloader=None):
InfoExtractor.__init__(self, downloader)