Browse Source

[livestream] fix import statement

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

2
youtube_dl/extractor/livestream.py

@ -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