youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit c496ec084823436fa27eda0a12887c028f572ed3
parent 15b67a268adb88098b7fa9752c998c3e886c0d06
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Thu, 26 Mar 2015 19:51:40 +0100

[vessel] Fix pep8 issue

Diffstat:
Myoutube_dl/extractor/vessel.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/vessel.py b/youtube_dl/extractor/vessel.py @@ -45,7 +45,7 @@ class VesselIE(InfoExtractor): def _check_access_rights(self, data): access_info = data.get('__view', {}) - if access_info.get('allow_access') == False: + if not access_info.get('allow_access', True): err_code = access_info.get('error_code') or '' if err_code == 'ITEM_PAID_ONLY': raise ExtractorError(