diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-31 14:45:59 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-31 14:47:33 +0530 |
commit | 0930b11fdaff2141ad951a8ed6d90417bfde7059 (patch) | |
tree | 67e28cd153d90d0cbac465545f35a390d5ed2d8a /yt_dlp/extractor/telemundo.py | |
parent | a0bb6ce58db5b3124962037ca12e78cbd348f56c (diff) | |
download | hypervideo-pre-0930b11fdaff2141ad951a8ed6d90417bfde7059.tar.lz hypervideo-pre-0930b11fdaff2141ad951a8ed6d90417bfde7059.tar.xz hypervideo-pre-0930b11fdaff2141ad951a8ed6d90417bfde7059.zip |
[docs,cleanup] Improve docs and minor cleanup
Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492
Diffstat (limited to 'yt_dlp/extractor/telemundo.py')
-rw-r--r-- | yt_dlp/extractor/telemundo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/telemundo.py b/yt_dlp/extractor/telemundo.py index 18552a0ef..e326bbdd5 100644 --- a/yt_dlp/extractor/telemundo.py +++ b/yt_dlp/extractor/telemundo.py @@ -1,4 +1,4 @@ -# coding=utf-8 +# coding: utf-8 from __future__ import unicode_literals from .common import InfoExtractor |