1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-22 14:09:48 +08:00

[gamekings] remove unnecessary import

This commit is contained in:
Philipp Hagemeister
2013-11-16 02:31:02 +01:00
Unverified
parent 52d703d3d1
commit 21ea3e06c9
-3
View File
@@ -1,9 +1,6 @@
import re
from .common import InfoExtractor
from ..utils import (
determine_ext,
)
class GamekingsIE(InfoExtractor):