Browse Source

[rtp] Fix test's id field

totalwebcasting
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
a86cbf5876
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/rtp.py

+ 1
- 1
youtube_dl/extractor/rtp.py View File

@ -12,7 +12,7 @@ class RTPIE(InfoExtractor):
_TESTS = [{
'url': 'http://www.rtp.pt/play/p405/e174042/paixoes-cruzadas',
'info_dict': {
'id': '174042',
'id': 'e174042',
'ext': 'mp3',
'title': 'Paixões Cruzadas',
'description': 'As paixões musicais de António Cartaxo e António Macedo',


Loading…
Cancel
Save