Browse Source

[wayofthemaster] Remove unused import

master
Philipp Hagemeister 10 years ago
parent
commit
54036b3991
1 changed files with 0 additions and 1 deletions
  1. 1
      youtube_dl/extractor/wayofthemaster.py

1
youtube_dl/extractor/wayofthemaster.py

@ -3,7 +3,6 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import determine_ext
class WayOfTheMasterIE(InfoExtractor):

Loading…
Cancel
Save