Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Pornhub] TypeError: cannot unpack non-iterable bool object #26414
Comments
|
I have now tested it for a while and also on different days. The download seems to work only arbitrarily. I have tested without option, with "-v", with "-f 1080p" and with "-f 1080p -v", in random order. The best chance that the download starts is with the option "-f 1080p". Here the download worked in about half of the attempts, in the other combinations about 1 time from 5 to 10 attempts. Strange is, that without options the download works almost as bad as with "-v". I suspect a Timinig problem behind it. The longer the request to the server takes, the more probable a "HTTP Error 500: Internal Server Error" appears. |
|
I tried appending the both those options multiple times but am getting the same error. I just build from the latest master.
|
|
I think it really is the server. I added a small loop in the extractor common.py to the function def _extract_m3u8_formats. Since the extractor common.py is an important basis for all extractors, I don't really dare to do this for the master, since I cannot judge the interactions for other extractors. Maybe someone could test it or write a nicer loop. I have adapted the function to something like (common.py, line 1618): def _extract_m3u8_formats(self, m3u8_url, video_id, ext=None, |
Checklist
Verbose log
Description
Strangely, it works with -v option after url. It doesn't work without. It doesn't work if i provide -f option after -v.