Browse Source

Fixed tests

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
5419033935
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/einthusan.py

+ 1
- 1
youtube_dl/extractor/einthusan.py View File

@ -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',


Loading…
Cancel
Save