Browse Source

removing bad VALID_URL

totalwebcasting
Adam Glenn 11 years ago
parent
commit
f623530d6e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/extractor/pyvideo.py

+ 0
- 1
youtube_dl/extractor/pyvideo.py View File

@ -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',


Loading…
Cancel
Save