1
0
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:
Hier631 2017-12-19 19:33:35 +01:00 committed by GitHub
parent 7d4dd5dfad
commit 6f07731841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
)