mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 17:02:51 +08:00
Updated fix for Heise extractor
This commit is contained in:
parent
7d4dd5dfad
commit
6f07731841
@ -1,6 +1,8 @@
|
||||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import re
|
||||
|
||||
from .common import InfoExtractor
|
||||
from .youtube import YoutubeIE
|
||||
from ..utils import (
|
||||
@ -8,7 +10,6 @@ from ..utils import (
|
||||
int_or_none,
|
||||
parse_iso8601,
|
||||
xpath_text,
|
||||
re,
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user