diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-12-17 00:06:41 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-12-17 00:06:41 +0100 |
commit | 7af808a5ef4cc17ca30c8c4636660589e0e915ec (patch) | |
tree | 013daad2c72dec20b2bb19ab9121eec189ca37a1 /youtube_dl/extractor/tenplay.py | |
parent | 876bef5937526c6132fc22fab461d41bbf79014b (diff) |
Improve code style
Diffstat (limited to 'youtube_dl/extractor/tenplay.py')
-rw-r--r-- | youtube_dl/extractor/tenplay.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/tenplay.py b/youtube_dl/extractor/tenplay.py index 81ba169fb..466155ef8 100644 --- a/youtube_dl/extractor/tenplay.py +++ b/youtube_dl/extractor/tenplay.py @@ -8,7 +8,6 @@ class TenPlayIE(InfoExtractor): _VALID_URL = r'https?://(?:www\.)?ten(play)?\.com\.au/.+' _TEST = { 'url': 'http://tenplay.com.au/ten-insider/extra/season-2013/tenplay-tv-your-way', - #'md5': 'd68703d9f73dc8fccf3320ab34202590', 'info_dict': { 'id': '2695695426001', 'ext': 'flv', |