Browse Source

[tv4] fix a test URL

master
Philipp Hagemeister 7 years ago
parent
commit
fad9fc537d
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/tv4.py

2
youtube_dl/extractor/tv4.py

@ -64,7 +64,7 @@ class TV4IE(InfoExtractor):
'only_matching': True, 'only_matching': True,
}, },
{ {
'url': ' http://www.tv4play.se/program/farang/3922081',
'url': 'http://www.tv4play.se/program/farang/3922081',
'only_matching': True, 'only_matching': True,
} }
] ]

Loading…
Cancel
Save