You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.08.04. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.
I've verified and I assure that I'm running youtube-dl 2018.08.04
Before submitting an issue make sure you have:
At least skimmed through the README, most notably the FAQ and BUGS sections
Searched the bugtracker for similar issues including closed ones
Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser
What is the purpose of your issue?
Bug report (encountered problems with youtube-dl)
Site support request (request for adding support for a new site)
Feature request (request for a new functionality)
Question
Other
I request youtube-dl support for this site. I do not think it requires any login credential nor does it have geo-restriction etc.
example URL:
edit: original URL is dead, here are some others (same template)
I do not think there are any other URL types of interest.
edit: Since proportion of fulfilled support request seems very low, if someone reading wants to download, the following is partial, non yt-dl solution:
First obtain m3u8 URL by looking in network tab of developer tools. Should appear after start playback, if not, edit one of the .ts file URL like so:
Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2018.08.04. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
I request youtube-dl support for this site. I do not think it requires any login credential nor does it have geo-restriction etc.
example URL:
edit: original URL is dead, here are some others (same template)
https://live.line.me/channels/351/broadcast/9235829
https://live.line.me/channels/2134309/broadcast/9239130
https://live.line.me/channels/2198349/broadcast/9236948
https://live.line.me/channels/30575/broadcast/9239266
entire channel: https://live.line.me/channels/351
I do not think there are any other URL types of interest.
edit: Since proportion of fulfilled support request seems very low, if someone reading wants to download, the following is partial, non yt-dl solution:
First obtain m3u8 URL by looking in network tab of developer tools. Should appear after start playback, if not, edit one of the .ts file URL like so:
https://lss.line-scdn.net/cc_jp/vod/. . . /720.00001.ts ==>
https://lss.line-scdn.net/cc_jp/vod/. . ./720.m3u8
(can change 720 to lower quality)
Then use this ffmpeg command to download .ts files and merge into mp4:
ffmpeg -i https://. . ./.m3u8 -c copy -bsf:a aac_adtstoasc video.mp4
Similar method work for some other websites.
The text was updated successfully, but these errors were encountered: