diff options
| author | Mohammad Teimori Pabandi <mtp1376@gmail.com> | 2015-03-26 20:06:50 +0430 | 
|---|---|---|
| committer | Mohammad Teimori Pabandi <mtp1376@gmail.com> | 2015-03-26 20:06:50 +0430 | 
| commit | 8896b614a9257ba33346f49a135371d460bfb311 (patch) | |
| tree | 43918482ce2d8211584e81a834c015a6a213db5b | |
| parent | a7fce980adeb12afd94e4414cc6a6b37021f6aa4 (diff) | |
removing unicode literal because it is imported :))
| -rw-r--r-- | youtube_dl/extractor/varzesh3.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/varzesh3.py b/youtube_dl/extractor/varzesh3.py index cb3fdacff..62bcb9118 100644 --- a/youtube_dl/extractor/varzesh3.py +++ b/youtube_dl/extractor/varzesh3.py @@ -16,7 +16,7 @@ class Varzesh3IE(InfoExtractor):              'url': 'http://dl1.video.varzesh3.com/video/clip94/1/video/namayeshi/saves_week26.mp4',              'id': '76337',              'ext': 'mp4', -            'title': u'۵ واکنش برتر دروازهبانان؛هفته ۲۶ بوندسلیگا', +            'title': '۵ واکنش برتر دروازهبانان؛هفته ۲۶ بوندسلیگا',              'thumbnail': 'http://video.varzesh3.com/wp-content/uploads/230315_saves_week26.jpg',              'description': u'فصل ۲۰۱۵-۲۰۱۴',          }  | 
