diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-05-05 21:34:06 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-05-05 21:34:06 +0600 |
commit | 915620fd6894d92f89f9e5c9362d20f94e787e57 (patch) | |
tree | eb3c635e9b7fba84e1404c2e2c028635c13c50db /youtube_dl | |
parent | ac12e888f9d76c75666822a79c125db8577e5fa5 (diff) |
[redtube] PEP 8
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/redtube.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/redtube.py b/youtube_dl/extractor/redtube.py index 1e532286c..721fc3a9e 100644 --- a/youtube_dl/extractor/redtube.py +++ b/youtube_dl/extractor/redtube.py @@ -66,7 +66,6 @@ class RedTubeIE(InfoExtractor): r'<span[^>]*>VIEWS</span></td>\s*<td>([\d,.]+)', webpage, 'view count', fatal=False)) - # No self-labeling, but they describe themselves as # "Home of Videos Porno" age_limit = 18 |