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

plugins.tiktok: fix room ID schema #6106

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

bastimeyer
Copy link
Member

Resolves #6105

$ ./script/test-plugin-urls.py tiktok -r CHANNEL ktkt7621v6a -m
:: https://www.tiktok.com/@ktkt7621v6a
::  ao, ld, origin, sd, hd, worst, best
::   {'id': '7398851432071645960', 'author': '브롤 멜로디 잘하는사람', 'category': None, 'title': '제발 도와주세요 미코 30랭크 까지만 ㅜㅜㅜ'}
:: https://www.tiktok.com/@ktkt7621v6a/live
::  ao, ld, origin, sd, hd, worst, best
::   {'id': '7398851432071645960', 'author': '브롤 멜로디 잘하는사람', 'category': None, 'title': '제발 도와주세요 미코 30랭크 까지만 ㅜㅜㅜ'}

@bastimeyer bastimeyer added the plugin issue A Plugin does not work correctly label Aug 3, 2024
@bastimeyer bastimeyer merged commit 956a1fc into streamlink:master Aug 3, 2024
23 checks passed
@bastimeyer bastimeyer deleted the plugins/tiktok/fix-6105 branch August 3, 2024 12:44
@pikamonvvs
Copy link

Dear @bastimeyer ,
I have checked that the problem was solved with your commit.

[cli][info] Found matching plugin tiktok for URL https://www.tiktok.com/@ktkt7621v6a/live
[cli][info] Available streams: ao, ld (worst), origin, sd, hd (best)
[cli][info] Opening stream: hd (http)
error: The default player (VLC) does not seem to be installed. You must specify the path to a player executable with --player, a file path to save the stream with --output, or pipe the stream to another program with --stdout.

I was surprised at your quick fix. :D
Thanks a lot!

@birdmonter
Copy link

$ streamlink --json 'www.tiktok.com/@honekrasae_official/live' | jq .metadata 
::  { 
"id": "7408428720647949072",        
"author": "โหนกระแส (HoneKrasae_Official)", 
"category": null,     
"title": "LIVE โหนกระแส 29/08/67"
}

@birdmonter
Copy link

add Cookie

$ streamlink --http-cookie sessionid_ss=xxxxcxxxxxxxxxxxxxxxxxxxxxxxxxxxx --http-cookie store-idc=xxxxx tiktok.com/@honekrasae_official best -o output.mp4

@bastimeyer
Copy link
Member Author

Please don't comment on merged pull requests, especially if the merged code is already part of a new stable release. If there's a plugin issue, then open a new plugin issue thread on the issue tracker.

Locking...

@streamlink streamlink locked as resolved and limited conversation to collaborators Aug 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
plugin issue A Plugin does not work correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plugins.tiktok: No playable streams found on this URL
3 participants