-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
(Spankbang) Channels download possible? #30728
Comments
Example URLs needed, please. |
Erm, Are you sure you really need those links? |
Haha, but it would be difficult to respond to this issue without knowing what page OP wants yt-dl to handle. By convention maintainers don't judge the content of a supported site that meets the criteria on the Site Support template, though any maintainer is free to ignore issues related to a site without having to justify so doing. |
What do you need? a playlist url or a channel url? |
I can give what I said a URL of a guys/gurlz channel --> Videos like in YouTube... I go to a channel and then to its videos and add playlist in my command line. It's maybe more understable I guess now. In YouTube I go to a channel I like then to its videos, and : Well, for now I use yt-dlp as it work on YouTube quite great and my command line is : What's difference with other Extractor? It's switching automaticly? |
Here i can say there's no playlist on Spankbang? Am I wrong? Then, |
This comment was marked as spam.
This comment was marked as spam.
It works but for a more than 78 videos playlists, it downloads only 78 videos.
|
Example for the 3rd playlist https://spankbang.com/9c8v/playlist/xcw which contain 140 videos from @afterdelight list : yt-dlp -Uv -f "(mp4)[height<=?720][tbr>500]" --no-check-certificate --yes-playlist --cookies-from-browser firefox "https://fr.spankbang.com/9c8v/playlist/xcw" |
maybe it only downloaded 1st page? |
|
why did u close this? |
what about channel download? |
OP closed the issue. The example URLs listed above appear to work in PR #31010. |
Channels aren't playlists, there's no way to download a channel AFAIK :/
Because there is an answer to this issue : “The extractor has no pagination: it only finds the items linked in the first playlist page.” It's more a request, then, right? It works, but only for the 1st page. Should I reopen for that? I can, let me know. Or feel free to open a request, I guess. |
PR #31010 does the pagination. If you re-open the issue it'll be closed automatically when the PR is merged. As the provided examples were of playlists and not channels, those are what gets paginated. But I see also https://fr.spankbang.com/profile/daniellarthurr131/videos. |
All these pages have a similar structure to playlist pages
All very similar to the listing pages in XVideos, and now handled in #31010. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Just have to update and Same for channels? Thanks. |
The new spankbang.py might work with yt-dlp but hasn't been tested. To test the PR, use pip to install it; you'll also get fixes from the git master level (04fd328) from which the branch was cloned. Apparently the URL to pass to pip for this is https://github.com/ytdl-org/youtube-dl/tarball/pull/31010/head. |
I use youtube-dl now. What's the difference between youtube-dl and yt-dlp? |
I've got this error (macOS, installed via macports : python, pip, git) In Terminal : Defaulting to user installation because normal site-packages is not writeable × git clone --filter=blob:none --quiet https://github.com/ytdl-org/youtube-dl/tarball/pull/31010/head /private/var/folders/1q/qb_v7bnn3zn0d42zm4n0x5dh0000gn/T/pip-req-build-o1q2vb6_ did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × git clone --filter=blob:none --quiet https://github.com/ytdl-org/youtube-dl/tarball/pull/31010/head /private/var/folders/1q/qb_v7bnn3zn0d42zm4n0x5dh0000gn/T/pip-req-build-o1q2vb6_ did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. 'Defaulting to user installation because normal site-packages is not writeable' I think it's this, that cause the error, right? How to force install in the normal site-packages folder? |
Ignore the yt-dlp comment which I made after misreading your command line. |
Checklist
Question
Can I use a specific website extractor?
Or I misunderstood something.
Example : Spankbang is present in extractor link, but a channel download isn't possible though.
Tried to download as playlist with no luck.
Can't see any playlist on this site too.
How can I bulk download a channel?
Thanks
The text was updated successfully, but these errors were encountered: