mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 15:40:15 +00:00
Fixed tests
This commit is contained in:
parent
2eebf060af
commit
5419033935
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user