Browse Source

[livestream] fix import statement

rtmp_test
Jaime Marquínez Ferrándiz 11 years ago
parent
commit
0ab5531363
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/livestream.py

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

@ -2,7 +2,7 @@ import re
import json
from .common import InfoExtractor
from ..utils import compat_urllib_parse_urlparse, compat_urlparse,
from ..utils import compat_urllib_parse_urlparse, compat_urlparse
class LivestreamIE(InfoExtractor):


Loading…
Cancel
Save