Browse Source

[4tube] Fix import

totalwebcasting
Sergey M․ 11 years ago
parent
commit
e77c5b4f63
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/fourtube.py

+ 1
- 1
youtube_dl/extractor/fourtube.py View File

@ -8,8 +8,8 @@ from ..utils import (
unified_strdate,
str_to_int,
parse_duration,
clean_html,
)
from youtube_dl.utils import clean_html
class FourTubeIE(InfoExtractor):


Loading…
Cancel
Save