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

support for likee.video #27999

Open
Joseph65 opened this issue Jan 28, 2021 · 3 comments
Open

support for likee.video #27999

Joseph65 opened this issue Jan 28, 2021 · 3 comments
Labels
site-support-request Add extractor(s) for a new domain

Comments

@Joseph65
Copy link

Checklist

  • [ x] I'm reporting a new site support request
  • [ x] I've verified that I'm running youtube-dl version 2021.01.24.1
  • [ x] I've checked that all provided URLs are alive and playable in a browser
  • [ x] I've checked that none of provided URLs violate any copyrights
  • [ x] I've searched the bugtracker for similar site support requests including closed ones

Example URLs

Description

site support for likee.video

WRITE DESCRIPTION HERE

@Joseph65 Joseph65 added the site-support-request Add extractor(s) for a new domain label Jan 28, 2021
@Mennaruuk
Copy link

There is support for likee videos.

This is the verbose log I got for your video:

C:\Users\Menna\Downloads>youtube-dl --verbose "https://likee.video/v/k6QcOp"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://likee.video/v/k6QcOp']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2021.01.24.1
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: none
[debug] Proxy map: {}
[generic] k6QcOp: Requesting header
WARNING: Falling back on generic information extractor.
[generic] k6QcOp: Downloading webpage
[generic] k6QcOp: Extracting information
[download] Downloading playlist: None
[generic] playlist None: Collected 2 video ids (downloading 2 of them)
[download] Downloading video 1 of 2
[debug] Default format spec: best/bestvideo+bestaudio
[debug] Invoking downloader on 'https://video.like.video/na_live/4ax/2ST6lv_4.mp4?crc=612432523&type=5'
[download] Destination: Agua challenge     😳😱 (1)-2ST6lv_4.mp4
[download] 100% of 8.09MiB in 00:09
[download] Downloading video 2 of 2
[debug] Default format spec: best/bestvideo+bestaudio
[debug] Invoking downloader on 'http://video.like.video/na_live/4ax/2ST6lv_4.mp4?crc=612432523&type=5'
[download] Destination: Agua challenge     😳😱 (2)-2ST6lv_4.mp4
[download] 100% of 8.09MiB in 00:04
[download] Finished downloading playlist: None

However, channel support isn't yet implemented. Relevant verbose log:

C:\Users\Menna\Downloads>youtube-dl --verbose "https://likee.video/p/Gp6YGd"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', 'https://likee.video/p/Gp6YGd']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2021.01.24.1
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: none
[debug] Proxy map: {}
[generic] Gp6YGd: Requesting header
WARNING: Falling back on generic information extractor.
[generic] Gp6YGd: Downloading webpage
[generic] Gp6YGd: Extracting information
ERROR: Unsupported URL: https://likee.video/p/Gp6YGd
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp_eeieglg\build\youtube_dl\YoutubeDL.py", line 806, in wrapper
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp_eeieglg\build\youtube_dl\YoutubeDL.py", line 827, in __extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp_eeieglg\build\youtube_dl\extractor\common.py", line 532, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp_eeieglg\build\youtube_dl\extractor\generic.py", line 3467, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://likee.video/p/Gp6YGd

@babbittw
Copy link

babbittw commented Apr 6, 2021

I'll work on channel support!

@Mennaruuk
Copy link

I'll work on channel support!

Thanks a bunch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-support-request Add extractor(s) for a new domain
Projects
None yet
Development

No branches or pull requests

3 participants