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.
download youtube embed video can't exit normally #26694
Comments
|
The log indicates no issues. |
The log ensure no problem, but process didn't exit, just stop there!!! |
|
When I download the youtube url without embed, it's OK, exit normally. |
|
You must provide clear evidence of that. |
|
This is the code, you should run it, then you'll believe me.
|
|
No one cares about your code.
that proves youtube-dl exits normally. |
Checklist
Verbose log
Description
The url1 to url3 are youtube embedded links, which crawled from <iframe> tag in a website.
When I run the code using url1, at the end, the srt subtitle, video and info json has been download successful, but the process didn't exit normally, just stop there.
But the same video_id, when I run the code with url11, it do download and exit normally.
WHY?
I wonder if the youtube-dl has a bug when downloading the youtube embedded url.
Looking forward to your reply.