diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-10-27 00:33:35 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-10-27 00:33:35 +0100 |
commit | 249efaf44bbdedf24f7da7c9d27afc397251d106 (patch) | |
tree | 0ed3ce08c8cbc35a84f9364501e0546c43c12798 /youtube_dl/extractor/rtlnow.py | |
parent | 8d32abff9e3d56bf74eb6eec8284623a94f4551f (diff) |
[pornhub] Modernize and fix test definition
Diffstat (limited to 'youtube_dl/extractor/rtlnow.py')
-rw-r--r-- | youtube_dl/extractor/rtlnow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/rtlnow.py b/youtube_dl/extractor/rtlnow.py index a45884b25..1a41cbe40 100644 --- a/youtube_dl/extractor/rtlnow.py +++ b/youtube_dl/extractor/rtlnow.py @@ -81,7 +81,7 @@ class RTLnowIE(InfoExtractor): 'id': '99205', 'ext': 'flv', 'title': 'Medicopter 117 - Angst!', - 'description': 'md5:895b1df01639b5f61a04fc305a5cb94d', + 'description': 're:^Im Therapiezentrum \'Sonnalm\' kommen durch eine Unachtsamkeit die für die B.handlung mit Phobikern gehaltenen Voglespinnen frei\. Eine Ausreißerin', 'thumbnail': 'http://autoimg.static-fra.de/superrtlnow/287529/1500x1500/image2.jpg', 'upload_date': '20080928', 'duration': 2691, |