youtube-dl

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

commit b8005afc20aac352aa50ca089f33aa279e6ae03b
parent 073522bc6c5cfdb379bb48976d76e0e5505ae2d1
Author: Filippo Valsorda <filippo.valsorda@gmail.com>
Date:   Mon, 22 Oct 2012 09:15:27 +0200

handle YT urls with #/ redirects (closes #484)

Diffstat:
Myoutube_dl/InfoExtractors.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py @@ -102,6 +102,7 @@ class YoutubeIE(InfoExtractor): (?:https?://)? # http(s):// (optional) (?:youtu\.be/|(?:\w+\.)?youtube(?:-nocookie)?\.com/| tube\.majestyc\.net/) # the various hostnames, with wildcard subdomains + (?:.*?\#/)? # handle anchor (#/) redirect urls (?!view_play_list|my_playlists|artist|playlist) # ignore playlist URLs (?: # the various things that can precede the ID: (?:(?:v|embed|e)/) # v/ or embed/ or e/