diff options
author | Behrooz <behrooz.abbasy@gmail.com> | 2015-05-08 02:55:01 +0200 |
---|---|---|
committer | Behrooz <behrooz.abbasy@gmail.com> | 2015-05-08 02:55:01 +0200 |
commit | 54b31d149e7be08eb7be9981a9eec398d11f17ef (patch) | |
tree | 8c6754ec6a404b8b337066e4e4efe6f884d8ef6e /youtube_dl/extractor/ir90tv.py | |
parent | a745475808e125a590afb14df48c565309d3f75c (diff) |
Ir90Tv Add new extractor
Diffstat (limited to 'youtube_dl/extractor/ir90tv.py')
-rw-r--r-- | youtube_dl/extractor/ir90tv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ir90tv.py b/youtube_dl/extractor/ir90tv.py index 5aa9d6ff4..3a3cb4887 100644 --- a/youtube_dl/extractor/ir90tv.py +++ b/youtube_dl/extractor/ir90tv.py @@ -38,4 +38,4 @@ class Ir90TvIE(InfoExtractor): 'title': title, 'video_url' : video_url, 'thumbnail' : thumbnail, - }
\ No newline at end of file + } |