-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[Minds] Add new extractor #17934
[Minds] Add new extractor #17934
Conversation
Pass children=false to video API URL like the site Fix getting thumbnail
@dstftw Please review again since the last commit. |
Are there any updates to this? using latest version
|
The general newsfeed is not supported in this PR but that would not be too hard to support. Only |
Bump |
5e26784
to
da2069f
Compare
@dstftw If you want me to make changes, I'll need to re-make this PR. I asked GitHub and they cannot fix branch references. |
Before submitting a pull request make sure you have:
In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:
What is the purpose of your pull request?
This adds support for Minds' channel pages, single newsfeed pages, and media pages which play a video. Fixes issue #13220.
This requires cookies to work even if not logged as the XSRF-TOKEN string must be used with all API calls. The
x-xsrf-token
header value used in API calls is taken from cookies. If you have your XSRF taken from the site, you can save it to a file like so:Then use cookies:
This closes #13220