1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-28 05:23:22 +02:00

[livestream] fix import statement

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-07-14 09:25:51 +02:00
parent b4444d5ca2
commit 0ab5531363

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):