Browse Source

[sohu] Correct wrong imports

totalwebcasting
Yen Chi Hsuan 10 years ago
parent
commit
5c7495a194
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      youtube_dl/extractor/sohu.py

+ 4
- 2
youtube_dl/extractor/sohu.py View File

@ -4,8 +4,10 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import compat_str
from ..compat import compat_urllib_request
from ..compat import (
compat_str,
compat_urllib_request
)
class SohuIE(InfoExtractor):


Loading…
Cancel
Save