Browse Source

[gamekings] remove unnecessary import

master
Philipp Hagemeister 11 years ago
parent
commit
21ea3e06c9
1 changed files with 0 additions and 3 deletions
  1. 3
      youtube_dl/extractor/gamekings.py

3
youtube_dl/extractor/gamekings.py

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

Loading…
Cancel
Save