[3sat,phoenix] Fix extraction (closes #11619)
This commit is contained in:
parent
dbaf601646
commit
b2727d0bee
2 changed files with 170 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from .zdf import ZDFIE
|
||||
from .dreisat import DreiSatIE
|
||||
|
||||
|
||||
class PhoenixIE(ZDFIE):
|
||||
class PhoenixIE(DreiSatIE):
|
||||
IE_NAME = 'phoenix.de'
|
||||
_VALID_URL = r'''(?x)https?://(?:www\.)?phoenix\.de/content/
|
||||
(?:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue