Browse Source

[gamekings] remove unnecessary import

Philipp Hagemeister 12 năm trước cách đây
mục cha
commit
21ea3e06c9
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      youtube_dl/extractor/gamekings.py

+ 0 - 3
youtube_dl/extractor/gamekings.py

@@ -1,9 +1,6 @@
 import re
 
 from .common import InfoExtractor
-from ..utils import (
-    determine_ext,
-)
 
 
 class GamekingsIE(InfoExtractor):