1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-22 16:44:32 +01:00

[zingmp3] Fix for flake8

This commit is contained in:
Dao Hoang Son 2017-10-17 15:39:56 +07:00
parent ce05232547
commit cd6e56697a

View File

@ -1,13 +1,9 @@
# coding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
int_or_none,
update_url_query,
)