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

Thisvid member page #3716

Closed
6 tasks done
afterdelight opened this issue May 12, 2022 · 2 comments
Closed
6 tasks done

Thisvid member page #3716

afterdelight opened this issue May 12, 2022 · 2 comments
Labels
site-request Request to support a new website solved-upstream The issue has been solved in youtube-dl. Do not make PR for this

Comments

@afterdelight
Copy link

afterdelight commented May 12, 2022

Checklist

  • I'm reporting a site feature request
  • I've verified that I'm running yt-dlp version 2022.04.08 (update instructions) or later (specify commit)
  • I've checked that all provided URLs are alive and playable in a browser
  • I've searched the bugtracker for similar issues including closed ones. DO NOT post duplicates
  • I've read the guidelines for opening an issue
  • I've read about sharing account credentials and I'm willing to share it if required

Region

Indonesia

Example URLs

https://thisvid.com/members/2003629/

Description

add support for downloading public videos of a user page.
for now its only supported by a generic KVS player extractor
and cant pull videos from a members page

Verbose log

F:\downloader\thisvid>ytdl-patched https://thisvid.com/members/2003629/ -v
[debug] Command-line config: ['https://thisvid.com/members/2003629/', '-v']
[debug] User config "C:\Users\X\AppData\Roaming\yt-dlp\config": ['--continue', '--format-sort', 'vbr,abr', '--http-chunk-size', '1M', '--buffer-size', '16K', '--sub-lang', 'english', '--embed-metadata', '--abort-on-unavailable-fragment', '-o', '%(title)s [%(id)s].%(ext)s', '--ffmpeg-location', 'D:\\Program Files\\ffmpeg\\bin', '--no-lock']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, err utf-8, pref cp1252
[debug] ytdl-patched version 2022.04.08
[debug] ** The command you are running is not yt-dlp.
[debug] ** Please make bug reports at https://github.com/ytdl-patched/ytdl-patched/issues/new/choose instead.
[debug] Lazy loading extractors is disabled
[debug] Python version 3.10.4 (CPython 64bit) - Windows-10-10.0.19043-SP0
[debug] Checking exe version: "D:\Program Files\ffmpeg\bin\ffmpeg" -bsfs
[debug] Checking exe version: "D:\Program Files\ffmpeg\bin\ffprobe" -bsfs
[debug] exe versions: ffmpeg 2022-03-28-git-5ee198f9aa-essentials_build-www.gyan.dev (setts), ffprobe 2022-03-28-git-5ee198f9aa-essentials_build-www.gyan.dev
[debug] Optional libraries: brotli, certifi, Cryptodome, mutagen, sqlite, websockets
[debug] Proxy map: {}
[debug] [generic] Extracting URL: https://thisvid.com/members/2003629/
[generic] 2003629: Requesting header
[generic] [debug] Fetching webpage from https://thisvid.com/members/2003629/
WARNING: [generic] Falling back on generic information extractor.
[generic] 2003629: Downloading webpage
[generic] [debug] Fetching webpage from https://thisvid.com/members/2003629/
[generic] 2003629: Extracting information
[debug] Looking for video embeds
ERROR: Unsupported URL: https://thisvid.com/members/2003629/
Traceback (most recent call last):
  File "C:\Python\Python310\lib\site-packages\yt_dlp\YoutubeDL.py", line 1437, in wrapper
    return func(self, *args, **kwargs)
  File "C:\Python\Python310\lib\site-packages\yt_dlp\YoutubeDL.py", line 1517, in __extract_info
    ie_result = ie.extract(url)
  File "C:\Python\Python310\lib\site-packages\yt_dlp\extractor\common.py", line 664, in extract
    ie_result = self._real_extract(url)
  File "C:\Python\Python310\lib\site-packages\yt_dlp\extractor\generic.py", line 4139, in _real_extract
    raise UnsupportedError(url)
yt_dlp.utils.UnsupportedError: Unsupported URL: https://thisvid.com/members/2003629/

[debug] Cleaning up 1 streams
@afterdelight afterdelight added site-enhancement Feature request for some website triage Untriaged issue labels May 12, 2022
@afterdelight afterdelight changed the title thisvid userpage thisvid member page May 12, 2022
@afterdelight afterdelight changed the title thisvid member page Thisvid member page May 12, 2022
@pukkandan pukkandan added site-request Request to support a new website and removed site-enhancement Feature request for some website triage Untriaged issue labels May 12, 2022
@afterdelight

This comment was marked as abuse.

@master-leonardo
Copy link

It was added to youtube-dl, but i got no idea how to use that, as there are no new releases.
Let's hope they merge it here.

@pukkandan pukkandan added the solved-upstream The issue has been solved in youtube-dl. Do not make PR for this label Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-request Request to support a new website solved-upstream The issue has been solved in youtube-dl. Do not make PR for this
Projects
None yet
Development

No branches or pull requests

3 participants