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

[TikTok] Support for Collections #9984

Closed
8 of 10 tasks
imanoreotwe opened this issue May 21, 2024 · 1 comment · Fixed by #9986
Closed
8 of 10 tasks

[TikTok] Support for Collections #9984

imanoreotwe opened this issue May 21, 2024 · 1 comment · Fixed by #9986
Assignees
Labels
site-enhancement Feature request for some website

Comments

@imanoreotwe
Copy link
Contributor

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

United States

Example URLs

https://www.tiktok.com/@imanoreotwe/collection/%F0%9F%98%82-7111887189571160875

Provide a description that is worded well enough to be understood

Attempting to download a TikTok collection fails because there is no appropriate extractor.

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Command-line config: ['-vU', '-o', 'tmp/%(title)s.%(ext)s', 'https://www.tiktok.com/@imanoreotwe/collection/%F0%9F%98%82-7111887189571160875']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.04.09 from yt-dlp/yt-dlp [ff0779267] (source)
[debug] Lazy loading extractors is disabled
[debug] Git HEAD: 4ccd73fea
[debug] Python 3.12.3 (CPython x86_64 64bit) - Linux-6.9.1-arch1-1-x86_64-with-glibc2.39 (OpenSSL 3.3.0 9 Apr 2024, glibc 2.39)
[debug] exe versions: ffmpeg 6.1.1 (setts), ffprobe 6.1.1
[debug] Optional libraries: certifi-2024.02.02, requests-2.31.0, sqlite3-3.45.3, urllib3-1.26.18
[debug] Proxy map: {}
[debug] Request Handlers: urllib
[debug] Loaded 1803 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: stable@2024.04.09 from yt-dlp/yt-dlp
yt-dlp is up to date (stable@2024.04.09 from yt-dlp/yt-dlp)
[generic] Extracting URL: https://www.tiktok.com/@imanoreotwe/collection/%F0%9F%98%82-7111887189571160875
[generic] 😂-7111887189571160875: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] 😂-7111887189571160875: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://www.tiktok.com/@imanoreotwe/collection/%F0%9F%98%82-7111887189571160875
Traceback (most recent call last):
  File "/home/wtromary/dev/yt-dlp/yt_dlp/YoutubeDL.py", line 1606, in wrapper
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/wtromary/dev/yt-dlp/yt_dlp/YoutubeDL.py", line 1741, in __extract_info
    ie_result = ie.extract(url)
                ^^^^^^^^^^^^^^^
  File "/home/wtromary/dev/yt-dlp/yt_dlp/extractor/common.py", line 734, in extract
    ie_result = self._real_extract(url)
                ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/wtromary/dev/yt-dlp/yt_dlp/extractor/generic.py", line 2514, in _real_extract
    raise UnsupportedError(url)
yt_dlp.utils.UnsupportedError: Unsupported URL: https://www.tiktok.com/@imanoreotwe/collection/%F0%9F%98%82-7111887189571160875
@imanoreotwe imanoreotwe added site-enhancement Feature request for some website triage Untriaged issue labels May 21, 2024
@imanoreotwe
Copy link
Contributor Author

I've already forked and made an extractor to fix this if you want to just assign me to this issue.

@bashonly bashonly removed the triage Untriaged issue label May 21, 2024
bashonly pushed a commit that referenced this issue May 26, 2024
Closes #9984
Authored by: imanoreotwe, bashonly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-enhancement Feature request for some website
Projects
Status: tiktok
Development

Successfully merging a pull request may close this issue.

2 participants