-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Youtube Cookies #3
Comments
When downloading livestreams. streamlink is more reliable than youtube-dl. I'll try adding cookies support later this month. |
I am currently using youtube-dl and have no problems when downloading livestreams. Maybe it not stable when you use it with proxy.
|
Now added new ability to use youtube-dl for livestreams. And you can pass additional options to youtube-dl or streamlink: ./live-dl UC1opHUrw8rvnsadT-iGp7Cg \
--debug \
--ytdl-stream \
--ytdl-args '--cookies "./config/cookies.txt"' Update since v1.0.1: You can not simply put your |
feat: ability to pass additional options to youtube-dl and streamlink. ref sparanoid#3 (cherry picked from commit 3677820)
Hi,
I want to monitor/download membership stream or over 18 years olds stream (some game stream need it) on Youtube. I see you are using streamlink to download "status live", but streamlink is not support cookies like youtube-dl (I'm using
youtube-dl --cookies /cookies.txt
to download live.ts).Do you really need to use streamlink to download live stream?
Thank you for creating this live-dl.
The text was updated successfully, but these errors were encountered: