diff options
author | Remita Amine <remitamine@gmail.com> | 2016-08-06 19:36:12 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2016-08-06 19:36:12 +0100 |
commit | ad152e2d954445c1bfa974c5d4a47ea622269d82 (patch) | |
tree | 8a9af01722a6970d4e5e321ca6862967a3af2584 /youtube_dl | |
parent | b0af12154e4a76bf7d493c7eb75cdeea6cf8fe17 (diff) |
[bbc] fix test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/bbc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py index 35d042e4d..7bc7b2ed6 100644 --- a/youtube_dl/extractor/bbc.py +++ b/youtube_dl/extractor/bbc.py @@ -578,7 +578,7 @@ class BBCIE(BBCCoUkIE): 'info_dict': { 'id': '150615_telabyad_kentin_cogu', 'ext': 'mp4', - 'title': "Tel Abyad'da IŞİD bayrağı indirildi YPG bayrağı çekildi", + 'title': "YPG: Tel Abyad'ın tamamı kontrolümüzde", 'description': 'md5:33a4805a855c9baf7115fcbde57e7025', 'timestamp': 1434397334, 'upload_date': '20150615', |