diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-11-04 17:13:35 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-11-04 17:13:35 +0600 |
commit | c13722480bebfb1fc33169516790df2e99b3e499 (patch) | |
tree | 6a3afb21ca0b79228ba101ded5639f871022e45b | |
parent | e7d34c03f200e178e9d6dfe4ae3f6856e382a4b9 (diff) |
[globo:article] Fix test
-rw-r--r-- | youtube_dl/extractor/globo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/globo.py b/youtube_dl/extractor/globo.py index 6c0fc54de..5883be704 100644 --- a/youtube_dl/extractor/globo.py +++ b/youtube_dl/extractor/globo.py @@ -414,7 +414,7 @@ class GloboArticleIE(InfoExtractor): 'title': 'Receita Federal explica como vai fiscalizar bagagens de quem retorna ao Brasil de avião', 'duration': 110.711, 'uploader': 'Rede Globo', - 'uploader_id': 196, + 'uploader_id': '196', } } |