diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-09-26 23:15:06 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-09-26 23:15:06 +0700 |
commit | 8130ac42e500643e03faaae512166fe71387473d (patch) | |
tree | be747ab9fadf46770d834ec3c449bf2abedf96b4 /youtube_dl | |
parent | cb3e4a2947a2df64f1192384e2460a0ee52fc1e4 (diff) |
[openload] PEP 8
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/openload.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/openload.py b/youtube_dl/extractor/openload.py index 46956e550..1fe581780 100644 --- a/youtube_dl/extractor/openload.py +++ b/youtube_dl/extractor/openload.py @@ -362,7 +362,7 @@ class OpenloadIE(InfoExtractor): }, { 'url': 'https://oload.services/embed/bs1NWj1dCag/', 'only_matching': True, -}, { + }, { 'url': 'https://oload.online/f/W8o2UfN1vNY/', 'only_matching': True, }, { |