-
-
Notifications
You must be signed in to change notification settings - Fork 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
[TikTok] Add support #6708
[TikTok] Add support #6708
Conversation
This comment has been minimized.
This comment has been minimized.
Hi @mikf, do you have any outstanding feedback for this PR? Otherwise it's ready for merging now. I've been testing this for a few weeks now and I haven't run into any issues. |
Would be nice to have this feature! |
bump |
Respond to comments Improve archiving and file naming
In my limited experience, this doesn't mean that gallery-dl can't download the photo post (but this could mean that you can't download the audio)
vt.tiktok.com www.tiktok.com/t/
If I were to merge this and kept things the way they are right now, end users would complain to no end that TikTok doesn't work with |
Well you could write TikTok's requirements somewhere. Or direct all questions to the plugin author. |
Sure. That's a brilliant idea. |
So I hold the same opinion. It's smelly but we would end up duplicating so much code for little benefit imo. I don't agree with adding video support directly into
I didn't realise that build came shipped with
I've added notes on this to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry this took so long ...
just perform a HEAD request and handle its response
instead of reusing unchanged input URLs
Sure, I'll do it tomorrow, and I'll give your changes a once over. I didn't implement your fixes because I was on break unfortunately, but I'm back now. |
put 'id' and 'num' first to ensure better file order
- speed up extraction by passing '"extract_flat": True' - pass more user options and cookies - pre-define 'TikTokUser' extractor usage
@mikf Nothing's broken on my end as of yet. Besides the exe issue this PR is looking good from my point of view. I'll keep an eye on #6684. Version 3.9 should be satisfactory for |
The main The reason for using |
Thank you for all your work |
Thank you for the work you've put into this program 😄! |
This PR adds support for TikTok slideshows.
List of supported URL formats:
/photo/
/video/
vm.tiktok.com
vt.tiktok.com
/t/
www.tiktokv.com/share/video
tiktok.com/@username
)I haven't performed extensive testing yet so there could well be edge cases that aren't covered by the extractor as it stands right now. I have tested with cookies, however, and I am able to extract photos from private accounts (as well as detect when cookies are required to extract photo URLs).
Closes: #3061
Closes: #4177
Closes: #5646
Closes: #6878