From: Filippo Valsorda Date: Mon, 22 Oct 2012 07:15:27 +0000 (+0200) Subject: handle YT urls with #/ redirects (closes #484) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=b8005afc20aac352aa50ca089f33aa279e6ae03b;p=youtube-dl handle YT urls with #/ redirects (closes #484) --- diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index 88973cce8..c35b68b8f 100644 --- 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/