diff options
author | Derek Land <derek@ddmr.nl> | 2020-09-08 13:32:46 +0200 |
---|---|---|
committer | Derek Land <derek@ddmr.nl> | 2020-09-08 13:32:46 +0200 |
commit | 4eacbc172264cb8121e44e39ac40f9e959a7b4e2 (patch) | |
tree | 39573736faf746ce4c8ce74ed7b3dcb3c2f40e6a | |
parent | e182ba877bff741a96e511eac53f25fe3e015e8c (diff) | |
download | hypervideo-pre-4eacbc172264cb8121e44e39ac40f9e959a7b4e2.tar.lz hypervideo-pre-4eacbc172264cb8121e44e39ac40f9e959a7b4e2.tar.xz hypervideo-pre-4eacbc172264cb8121e44e39ac40f9e959a7b4e2.zip |
removed trailing whitespace
-rw-r--r-- | youtube_dl/extractor/rtlnl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/rtlnl.py b/youtube_dl/extractor/rtlnl.py index c2856b67d..8be5ca236 100644 --- a/youtube_dl/extractor/rtlnl.py +++ b/youtube_dl/extractor/rtlnl.py @@ -31,7 +31,7 @@ class RtlNlIE(InfoExtractor): 'timestamp': 1593293400, 'upload_date': '20200627', 'duration': 661.08, - }, + }, }, { # old url pattern. Tests does not pass 'url': 'http://www.rtlxl.nl/#!/rtl-nieuws-132237/82b1aad1-4a14-3d7b-b554-b0aed1b2c416', |