youtube-dl

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

commit fad9fc537d8ab5141f402f6ccdf60161a8d0302a
parent 0732a90579091ad60b124fd693bdda8ee526e305
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 14 Sep 2017 20:47:23 +0200

[tv4] fix a test URL

Diffstat:
Myoutube_dl/extractor/tv4.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/tv4.py b/youtube_dl/extractor/tv4.py @@ -64,7 +64,7 @@ class TV4IE(InfoExtractor): 'only_matching': True, }, { - 'url': ' http://www.tv4play.se/program/farang/3922081', + 'url': 'http://www.tv4play.se/program/farang/3922081', 'only_matching': True, } ]