Skip to content
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

[live.line.me] site support request #17205

Closed
5 of 9 tasks
eeebbbbbbll opened this issue Aug 10, 2018 · 0 comments
Closed
5 of 9 tasks

[live.line.me] site support request #17205

eeebbbbbbll opened this issue Aug 10, 2018 · 0 comments

Comments

@eeebbbbbbll
Copy link

eeebbbbbbll commented Aug 10, 2018

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)

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.

github-actions bot added a commit to hellopony/youtube-dl that referenced this issue Apr 5, 2021
* https://github.com/ytdl-org/youtube-dl:
  [line] add support live.line.me (closes ytdl-org#17205)(closes ytdl-org#28658)
  [compat] add compat_SimpleCookie to __all__ array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant