youtube-dl

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

commit facecb84a11ba59a67d01c659ec3944179774418
parent ed06e9949bd121cdcd5d66e14b615abb2dbbd52e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue, 31 Mar 2015 20:11:14 +0600

[generic] Add working NBC Sports vplayer test

Diffstat:
Myoutube_dl/extractor/generic.py | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py @@ -641,14 +641,15 @@ class GenericIE(InfoExtractor): 'title': 'pdv_maddow_netcast_m4v-02-27-2015-201624', } }, - # NBC Sports vplayer embeds + # NBC Sports vplayer embed { - 'url': 'http://bbs.clutchfans.net/showthread.php?t=244180', + 'url': 'http://www.riderfans.com/forum/showthread.php?121827-Freeman&s=e98fa1ea6dc08e886b1678d35212494a', 'info_dict': { - 'id': '_hqLjQ95yx8Z', - 'ext': 'flv' + 'id': 'ln7x1qSThw4k', + 'ext': 'flv', + 'title': "PFT Live: New leader in the 'new-look' defense", + 'description': 'md5:65a19b4bbfb3b0c0c5768bed1dfad74e', }, - 'skip': 'This content expired on 9/17/14 12:23 PM', } ]