projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca9e02d
)
removing bad VALID_URL
author
Adam Glenn
<gekitsuu@gmail.com>
Sat, 7 Dec 2013 05:12:10 +0000
(21:12 -0800)
committer
Adam Glenn
<gekitsuu@gmail.com>
Sat, 7 Dec 2013 05:12:10 +0000
(21:12 -0800)
youtube_dl/extractor/pyvideo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/pyvideo.py
b/youtube_dl/extractor/pyvideo.py
index 243dff8064dfd11dc7b2a973a9dfc1c2eb4106b0..5c47993e7844ee4c46f2e3a3db7d40e7670b5fc7 100644
(file)
--- a/
youtube_dl/extractor/pyvideo.py
+++ b/
youtube_dl/extractor/pyvideo.py
@@
-5,7
+5,6
@@
from ..utils import determine_ext
class PyvideoIE(InfoExtractor):
- _VALID_URL = r'(?:http://)?(?:www\.)?break\.com/video/([^/]+)'
_VALID_URL = r'(?:http://)?(?:www\.)?pyvideo\.org/video/(\d+)/(.*)'
_TEST = {
u'url': u'http://pyvideo.org/video/1737/become-a-logging-expert-in-30-minutes',