youtube-dl

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

commit 5419033935e75245756e984a2ef6ee3b6cb6831e
parent 2eebf060af9fe284cbcb839886b27030553fb48d
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 15 Sep 2014 23:27:18 +0200

Fixed tests

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

diff --git a/youtube_dl/extractor/einthusan.py b/youtube_dl/extractor/einthusan.py @@ -10,7 +10,7 @@ class EinthusanIE(InfoExtractor): _VALID_URL = r'http://(?:www\.)?einthusan\.com/movies/watch.php\?(.*)?id=(?P<id>[0-9]+).*?' _TESTS = [ { - 'url': 'http://www.einthusan.com/movies/watch.php?hindimoviesonline=Ek+Villain&lang=hindi&id=2447', + 'url': 'http://www.einthusan.com/movies/watch.php?id=2447', 'md5': 'af244f4458cd667205e513d75da5b8b1', 'info_dict': { 'id': '2447',