youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 20b4492c718a5c3cfb2aa493134b9ba8acb0f750
parent dee3f73787226e3faaf409f8c355b5f8d5dc5632
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri, 30 Jan 2015 21:54:48 +0600

[spike] Improve _VALID_URL

Diffstat:
Myoutube_dl/extractor/spike.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/spike.py b/youtube_dl/extractor/spike.py @@ -7,8 +7,8 @@ from .mtv import MTVServicesInfoExtractor class SpikeIE(MTVServicesInfoExtractor): _VALID_URL = r'''(?x)https?:// - (www\.spike\.com/(video-clips|episodes)/.+| - m\.spike\.com/videos/video.rbml\?id=(?P<mobile_id>[^&]+)) + (?:www\.spike\.com/(?:video-clips|(?:full-)?episodes)/.+| + m\.spike\.com/videos/video\.rbml\?id=(?P<id>[^&]+)) ''' _TEST = { 'url': 'http://www.spike.com/video-clips/lhtu8m/auction-hunters-can-allen-ride-a-hundred-year-old-motorcycle',