youtube-dl

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

commit 919d7646004ad8480016b9dec0f6033759244520
parent 696183e1333aa8f2f1241e149759edf410f94c79
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 21 Feb 2021 23:21:38 +0700

[youporn] Skip test

Diffstat:
Myoutube_dl/extractor/youporn.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/youporn.py b/youtube_dl/extractor/youporn.py @@ -55,6 +55,7 @@ class YouPornIE(InfoExtractor): 'params': { 'skip_download': True, }, + 'skip': '404', }, { 'url': 'https://www.youporn.com/embed/505835/sex-ed-is-it-safe-to-masturbate-daily/', 'only_matching': True,