[izlesene] Remove API URL
This commit is contained in:
parent
f1d15e6dbc
commit
8e9da53140
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ class IzleseneIE(InfoExtractor):
|
||||||
https?://(?:(?:www|m)\.)?izlesene\.com/
|
https?://(?:(?:www|m)\.)?izlesene\.com/
|
||||||
(?:video|embedplayer)/(?:[^/]+/)?(?P<id>[0-9]+)
|
(?:video|embedplayer)/(?:[^/]+/)?(?P<id>[0-9]+)
|
||||||
'''
|
'''
|
||||||
_STREAM_URL = 'http://panel.izlesene.com/api/streamurl/{id:}/{format:}'
|
|
||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
'url': 'http://www.izlesene.com/video/sevincten-cildirtan-dogum-gunu-hediyesi/7599694',
|
'url': 'http://www.izlesene.com/video/sevincten-cildirtan-dogum-gunu-hediyesi/7599694',
|
||||||
|
|
Loading…
Reference in a new issue