Browse Source

[tweakers] Remove unused imports

totalwebcasting
Sergey M․ 9 years ago
parent
commit
b6b2711298
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      youtube_dl/extractor/tweakers.py

+ 0
- 6
youtube_dl/extractor/tweakers.py View File

@ -1,12 +1,6 @@
from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import (
xpath_text,
xpath_with_ns,
int_or_none,
float_or_none,
)
class TweakersIE(InfoExtractor):


Loading…
Cancel
Save