Browse Source

[dhm] Remove unused import

totalwebcasting
Sergey M․ 9 years ago
parent
commit
237c03c8ea
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      youtube_dl/extractor/dhm.py

+ 1
- 4
youtube_dl/extractor/dhm.py View File

@ -1,10 +1,7 @@
from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import (
xpath_text,
parse_duration,
)
from ..utils import parse_duration
class DHMIE(InfoExtractor):


Loading…
Cancel
Save