Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

youtube static address work no longer #3

Open
JinJin-o opened this issue Nov 3, 2020 · 7 comments
Open

youtube static address work no longer #3

JinJin-o opened this issue Nov 3, 2020 · 7 comments

Comments

@JinJin-o
Copy link

JinJin-o commented Nov 3, 2020

i tryed with docker

Before I could make m3u with

https://www.youtube.com/channel/ChnnelID/live

ex) https://www.youtube.com/channel/UCJUCcJUeh0Cz2xyKwkw5Q1w/live

but it does not work now

can you give me a hint?

@zjyl1994
Copy link
Owner

try build newer youtube-dl in docker image?

@JinJin-o
Copy link
Author

try build newer youtube-dl in docker image?

I tryed

in host

$sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o ~/Download/youtube-dl
$docker cp ~/Download/youtube-dl livetv(my container):/usr/local/bin/youtube-dl
$docker exec -it livetv /bin/sh

in container

#chmod a+rx /usr/local/bin/youtube-dl

and it still doesn't work

@JinJin-o
Copy link
Author

JinJin-o commented Dec 23, 2020

try build newer youtube-dl in docker image?

not only youtube-dl but streamlink do not work also.

is there any way to get it?

@matthuo333
Copy link

我也有同样情况,是不是youtube-dl不用一直启动进程?同时,手动执行youtube-dl 提示如下:
I have the same situation. Isn't it necessary for youtube-dl to start the process all the time? At the same time, manually execute the youtube-dl prompt as follows:

~ # /usr/bin/youtube-dl -f best -g https://youtu.be/J8KVk6rBJ1E
ERROR: J8KVk6rBJ1E: YouTube said: Unable to extract video data

@matthuo333
Copy link

刚刚更新最新的youtube-dl , 执行后,提示如下:
Just update the latest youtube-dl, after execution, the prompt is as follows:

env: can't execute 'python': No such file or directory

@matthuo333
Copy link

最后OK了,但是貌似针对有些直播,解析为m3u8后,很快就无效了。再解析,就再有效了。这个该如何应对?
Finally, it was OK, but it seemed that for some live broadcasts, after parsing to m3u8, it soon became invalid. If you analyze it again, it will be effective again. How to deal with this?

@matthuo333
Copy link

但是通过你的web ui 仍然不行。刚才说的OK,是通过手动执行youtube-dl 完成的
But still not working through your web ui. The OK just mentioned is done by manually executing youtube-dl.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants