mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-01 03:22:50 -05:00
[3sat,phoenix] Fix extraction (closes #11619)
This commit is contained in:
@ -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/
|
||||
(?:
|
||||
|
Reference in New Issue
Block a user