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

ADN download per season #6643

Closed
9 of 10 tasks
thedaa opened this issue Mar 26, 2023 · 0 comments
Closed
9 of 10 tasks

ADN download per season #6643

thedaa opened this issue Mar 26, 2023 · 0 comments
Labels
site-request Request to support a new website triage Untriaged issue

Comments

@thedaa
Copy link

thedaa commented Mar 26, 2023

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

France

Example URLs

https://animationdigitalnetwork.fr/video/blood-lad

https://animationdigitalnetwork.fr/video/dragon-ball-z-kai

Provide a description that is worded well enough to be understood

Would like to be able to download an entire season without copy and paste episodes url one by one.
By season, i mean all the videos available with the main link (the two I gave as examples) not really the kind of drop down menu at the middle of the pages to change the "seasons", I don't think they are accessible by different URLs.

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', '-u', 'PRIVATE', '-p', 'PRIVATE', '--all-subs', '--sub-format', 'ass', '-v', '--hls-prefer-ffmpeg', '-o', '%%(title)s.%%(ext)s', 'https://animationdigitalnetwork.fr/video/blood-lad']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2023.03.04 [392389b7d]
[debug] Lazy loading extractors is disabled
[debug] Python 3.10.10 (CPython AMD64 64bit) - Windows-10-10.0.19044-SP0 (OpenSSL 1.1.1s  1 Nov 2022)
[debug] exe versions: ffmpeg 4.1.3, ffprobe 4.1.3
[debug] Optional libraries: Cryptodome-3.17, certifi-2022.12.07, sqlite3-2.6.0
[debug] Proxy map: {}
[debug] Loaded 1786 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Available version: stable@2023.03.04, Current version: stable@2023.03.04
yt-dlp is up to date (stable@2023.03.04)
[generic] Extracting URL: https://animationdigitalnetwork.fr/video/blood-lad
[generic] blood-lad: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] blood-lad: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://animationdigitalnetwork.fr/video/blood-lad
Traceback (most recent call last):
  File "X:\DL\yt-dlp-2023.03.04\yt_dlp\YoutubeDL.py", line 1518, in wrapper
    return func(self, *args, **kwargs)
  File "X:\DL\yt-dlp-2023.03.04\yt_dlp\YoutubeDL.py", line 1594, in __extract_info
    ie_result = ie.extract(url)
  File "X:\DL\yt-dlp-2023.03.04\yt_dlp\extractor\common.py", line 694, in extract
    ie_result = self._real_extract(url)
  File "X:\DL\yt-dlp-2023.03.04\yt_dlp\extractor\generic.py", line 2510, in _real_extract
    raise UnsupportedError(url)
yt_dlp.utils.UnsupportedError: Unsupported URL: https://animationdigitalnetwork.fr/video/blood-lad
@thedaa thedaa added site-enhancement Feature request for some website triage Untriaged issue labels Mar 26, 2023
@pukkandan pukkandan added site-request Request to support a new website and removed site-enhancement Feature request for some website labels Mar 26, 2023
infanf added a commit to infanf/yt-dlp that referenced this issue Dec 5, 2023
infanf added a commit to infanf/yt-dlp that referenced this issue Jan 15, 2024
use f-strings
add headers to all requests
move language to url regex

resolves yt-dlp#8945
resolves yt-dlp#6643
aalsuwaidi pushed a commit to aalsuwaidi/yt-dlp that referenced this issue Apr 21, 2024
- Add extractor for seasons

Closes yt-dlp#6643, Closes yt-dlp#8945
Authored by: infanf
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 triage Untriaged issue
Projects
None yet
Development

No branches or pull requests

2 participants