1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-10 20:02:55 +08:00

Fixed tests

This commit is contained in:
Haricharan Padmanaban 2014-09-15 00:02:12 -05:00
parent 98703c7fbf
commit c27beb840e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -10,7 +10,7 @@ class EinthusanIE(InfoExtractor):
_VALID_URL = r'http://(?:www\.)?einthusan\.com/movies/watch.php\?(.*)?id=(?P<id>[0-9]+).*?' _VALID_URL = r'http://(?:www\.)?einthusan\.com/movies/watch.php\?(.*)?id=(?P<id>[0-9]+).*?'
_TESTS = [ _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', 'md5': 'af244f4458cd667205e513d75da5b8b1',
'info_dict': { 'info_dict': {
'id': '2447', 'id': '2447',