youtube-dl

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

commit 8b6c896c4b60fe13b30227071aba2783222132a0
parent 185dbc49749ca81fbb0a61a78c6dd35f2c32b15f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri, 12 Jun 2015 21:18:13 +0600

[prosiebensat1] Add title regex

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

diff --git a/youtube_dl/extractor/prosiebensat1.py b/youtube_dl/extractor/prosiebensat1.py @@ -177,6 +177,7 @@ class ProSiebenSat1IE(InfoExtractor): r'<header class="clearfix">\s*<h3>(.+?)</h3>', r'<!-- start video -->\s*<h1>(.+?)</h1>', r'<h1 class="att-name">\s*(.+?)</h1>', + r'<header class="module_header">\s*<h2>([^<]+)</h2>\s*</header>', ] _DESCRIPTION_REGEXES = [ r'<p itemprop="description">\s*(.+?)</p>',