#41
|
||||
|
||||
![]() Quote:
Like when you view a profile page and you hover your cursor over a video, you'd get like a link preview on the bottom left of the screen, right? But for me, it just shows **External links are only visible to Support Staff****External links are only visible to Support Staff**. That's why I initially thought perhaps TikTok changed how their website works but you disproved that on your reply earlier. So I've been trying to figure it out intermittently the whole day because I can't get links again no matter how many refreshes I do. But very weirdly, whenever I try to get links from the example profile you used earlier, I don't encounter any problems. But this isn't your issue to fix. Haha sorry, just wanted to let it out a bit. Quote:
Anyway, thank you so much again and again! ![]() |
#42
|
||||
|
||||
![]() Quote:
It might also be a "browser related issue" but either way I think it would be a good idea to report it to the developers of that addon as it is clearly not working as intended. I highly recommend creating a gituhb.com account for that. There is so many more nice open source with public repositories for which you can then also report bugs / request new features or even contribute your own code ![]() Quote:
Also by looking deeper into this, I just found out that indeed LinkGopher is unable to find any items of the first page of a tiktok profile but it does find all items after that. Indeed this would then not be a LinkGopher bug as it really can't see those links as it looks like they were intentionally "hidden" by tiktok. So if I was to crawl a tiktok user profile now, this is how I would do it: 1. Add profile link to JD so JDcan grab all items of the first page. 2. Scroll all the way down in browser, grab all the remaining links via LinkGopher and add them to JD. Good luck.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#43
|
|||
|
|||
![]() Quote:
TikTok Video Downloader Credit: Made with the help of ChatGPT lol, it's not perfect, and has gone through a few iterations, let me know if you have any issues with it and I'll see if I can tweak it. Script Location: pastebin.com/QG78NJ1C This PowerShell script enables you to download TikTok videos from a specific user profile. It uses the yt-dlp command-line tool to download videos, and PowerShell to automate the process, and downloads all the videos into the username's folder. The following are prerequisites for using the script: Prerequisites 1: Operating System: Windows. The script is a PowerShell script, which is a Windows-based scripting language. 2: yt-dlp: This is a command-line tool that is used to download videos from YouTube.com and other video platforms. You can get it from the yt-dlp GitHub page. Download the Windows executable and place it in the C:\URLscrape directory on your machine. 3: Browser Extension: LinkClump ONLY (not open multiple URL's, logic built into script). This add-on is used to collect the URLs of the TikTok videos to download. Follow the steps in the provided JD instructions to configure this extension and collect the URLs. (Note: I use firefox). 4: Text Editor: Notepad++ or similar (I use Sublime with Powershell syntax). This is used to view and edit the PowerShell script if you need to. How to Use 1: Follow the provided instructions in the original paste bin (steps 1-6, pastebin.com/ZbMUf5kS, credit: goldensun87) to use LinkClump to collect the URLs of the TikTok videos you want to download. Save the copied information in a text file named URLinput.txt and place it in the C:\URLscrape directory (copied information does not need filtered via Open Multiple URL's browser extension, script will handle). 2: Run the PowerShell script (copy code from green pastebin link above into a notepad file, and save file extension as ".PS1". If it's not already running with administrative privileges, it will relaunch itself with admin rights. 3: When prompted, enter the username of the TikTok profile you want to download videos from. The username should include the '@' symbol (e.g., @tiktokusername). 4: The script will filter the URLs in URLinput.txt to only include those that contain the specified username. It will save the filtered URLs in a new text file named output_{username}_{date}.txt in the C:\URLscrape directory, where {username} is the username you entered and {date} is the current date. 6: Each video file will be named after its title on TikTok in a folder named after the username provided. Default folder creation location is C:\URLscrape. Notes 1: The script assumes that all required files (URLinput.txt, yt-dlp.exe) and directories are in the C:\URLscrape directory. If you want to use a different directory, you will need to edit the script to change the paths / file names. You can name the C:\ directory whatever you want, same with the input file, you just need to update the script to match. 2: The script does not provide any progress indication (other than window beep when done) while yt-dlp is downloading videos. It may appear to be doing nothing, but as long as it hasn't exited, it's likely that yt-dlp is still downloading videos. 3: The script will pause after downloading the videos to keep the PowerShell window open. Press any key to exit. 4: I've not tested trying to download multiple profiles at once via the script. Last edited by An0nym0usAn0n; 24.06.2023 at 22:40. Reason: Included logic for ALL URL filtering (browser extension no longer necessary) |
#44
|
||||
|
||||
![]()
@An0nym0usAn0n
Just a quick sidenote: You're using yt-dlp which does already support downloading tiktok profiles out of the box but that feature is broken at this moment. Related ticket: github.com/yt-dlp/yt-dlp/issues/3776 If it was working, all you'd need to do is to run a single yt-dlp command ![]()
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#45
|
||||
|
||||
![]()
Added support for crawling audio/photo content in profile crawler API mode and fixed this bug.
Wartest du auf einen angekündigten Bugfix oder ein neues Feature? Updates werden nicht immer sofort bereitgestellt! Bitte lies unser Update FAQ! | Please read our Update FAQ! --- Are you waiting for recently announced changes to get released? Updates to not necessarily get released immediately! Bitte lies unser Update FAQ! | Please read our Update FAQ! -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#46
|
|||
|
|||
![]()
when i try to add links to some tiktok videos, this program says ''content offline'' and can't download anything. but when i paste the video link to browser, the video is working properly and of course it is not ''OFFLINE''!
wtf? |
#47
|
||||
|
||||
![]()
Hi,
please provide example URLs, a debug- log and a screenshot of your tiktok.com plugin settings. Please post your log-ID here If your bugreport is about a specific website which JD supports via plugin, please also provide example URLs which can be used to reproduce the issue you are having. Bitte poste deine Log-ID hier. Falls dein gemeldetes Problem ein Problem mit einer Webseite ist, die per Plugin unterstützt wird, stelle bitte zusätzlich Testlinks zur Verfügung, mit denen sich dein Problem nachstellen lässt. -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download Last edited by pspzockerscene; 25.10.2023 at 16:13. Reason: Fixed typo |
#48
|
|||
|
|||
![]()
25.10.23 23.37.50 <--> 25.10.23 23.45.55 jdlog://0268311370661/
for example: **External links are only visible to Support Staff****External links are only visible to Support Staff** this video can be downloaded **External links are only visible to Support Staff****External links are only visible to Support Staff** this video ''content offline'' but can be viewed in browser! |
#49
|
||||
|
||||
![]()
Go to Settings -> Plugins -> tiktok.com -> Media crawl mode -> Website
-> Then delete all offline items and re-add them. This is not a JDownloader bug. Some items are simply offline according to the tiktok API while they're working fine via website.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#50
|
|||
|
|||
![]()
with this settings everything is ''offline'' now.
|
#51
|
||||
|
||||
![]()
Most likely the website mode fails for you due to tiktoks anti bot protection. In this case there is nothing you can do.
Please provide a fresh debug log for me to check this.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#52
|
|||
|
|||
![]()
plugin defect :/
|
#53
|
||||
|
||||
![]()
Same as I wrote before applies to you:
Please post your log-ID here If your bugreport is about a specific website which JD supports via plugin, please also provide example URLs which can be used to reproduce the issue you are having. Bitte poste deine Log-ID hier. Falls dein gemeldetes Problem ein Problem mit einer Webseite ist, die per Plugin unterstützt wird, stelle bitte zusätzlich Testlinks zur Verfügung, mit denen sich dein Problem nachstellen lässt. -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#54
|
|||
|
|||
![]()
31.10.23 12.12.09 <--> 31.10.23 12.14.30 jdlog://7178311370661/
the issue is with profile crawler **External links are only visible to Support Staff****External links are only visible to Support Staff** |
#55
|
||||
|
||||
![]()
Merged tiktok profile crawler threads.
Looks like the tiktok profile API is either broken or the request we are using is outdated. With a bit of luck this is only a temporary serverside issue! In the meanwhile please use one of the following workarounds to add all videos of a profile:
As always we will not provide any ETA regarding a fix. Ticket:
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#56
|
|||
|
|||
![]()
^ Thank you, had just come to post about this. Something did seem to change on the tiktok end a couple days ago.
Last edited by djones; 31.10.2023 at 23:22. |
#57
|
|||
|
|||
![]() Quote:
![]() On another note, it took me a while, but I realized that many, but not all, profile video links, have duplicates that get copied by linkclump. These duplicates do not get filtered out by the "username/video" find filter, and the reason the duplicates are there, is because the video link is embedded in both the video thumbnail as well as the title hyperlink. This may or may not be relevant for future reference, I just wanted to share that info with everyone. |
#58
|
|||
|
|||
![]()
Adding any TikTok profile link into linkgrabber does not retrieve any videos/pictures. (I'm not IP banned or anything).
example link: **External links are only visible to Support Staff****External links are only visible to Support Staff** None of the plugin options "enable fast linkcheck," "profile crawl mode: website/API," "profile crawler website mode," and "profile crawler: max items" fix this. Issue started with JD version #48254 Adding individual post links works fine and JD is able to grab the vid/pic. example link: **External links are only visible to Support Staff****External links are only visible to Support Staff** Last edited by Sal; 06.11.2023 at 07:38. |
#59
|
||||
|
||||
![]()
Merged same topic threads.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#60
|
|||
|
|||
![]()
Tiktok profile crawler is down:
It shows plugin defect in api mode and shows nothing not even offline in website mode. eg links: **External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** |
#61
|
|||
|
|||
![]()
Tiktok Profile Crawler is broken.
Results after placing in url in Linkgrabber = "Plugin Defect!@username" "Content Offline!@username" Tested with API & Website options. This has been going on for more than a week now. |
#62
|
||||
|
||||
![]()
Please read the previous posts in this thread...
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#63
|
|||
|
|||
![]()
At least for me JD isn't grabbing a tiktok profile. Nothing happens, nothing shows up on the linkgrabber when adding a tiktok profile.
A fix would be greatly appreciated. Thanks as always. |
#64
|
|||
|
|||
![]()
bump - same here still not working after couple weeks it worked again for like few days but now its not working for api or regular mode and i have too many profiles i be downloading that linkgrabber is a hassle atm xD
|
#65
|
|||
|
|||
![]()
whats the word on it and not talking about other methods i mean on the actual eta of this getting fixed?
been using linkgrabber for a few weeks since this has been down but its kinda of a hassle doing it for each profile hehe |
#66
|
||||
|
||||
![]()
There is no eta given.
JDownloader is open source so anone with coding abilities can work on it, see: https://support.jdownloader.org/Know...up-ide-eclipse @AnimePlaces Merged tiktok threads. Next time please use the forum search before creating a new post.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#67
|
|||
|
|||
![]()
sorry for the bump
no update on this issue getting resolved? appreciate anything anyone can do |
#68
|
||||
|
||||
![]()
Most likely never.
JDownloader is open source so anyone willing to do so can work on it, see: https://support.jdownloader.org/Know...up-ide-eclipse For all others: I did post more than enough possible workarounds in this thread.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#69
|
|||
|
|||
![]()
15.02.24 09.47.43 <--> 21.02.24 00.07.03 jdlog://6301411370661/
Profile: **External links are only visible to Support Staff****External links are only visible to Support Staff** Video: **External links are only visible to Support Staff****External links are only visible to Support Staff** |
#70
|
||||
|
||||
![]()
Merged tiktok profile crawler threads.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#71
|
||||
|
||||
![]()
I've given up on this and thus marked this thread as "Declined".
You can use the workarounds linked in this thread. This post is not related to the broken watermark-free download of single videos.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#72
|
|||
|
|||
![]()
I have successfully logged in using cookies of my TikTok account on JD app, but when I try to copy the public profile like
**External links are only visible to Support Staff****External links are only visible to Support Staff** the jdownlaoder crawled link says content offline but when I try to copy the single video link it crawls but not profiles. please any help would be great. |
#73
|
||||
|
||||
![]()
Merged tiktok profile crawler related threads.
@jeonje Next time please use our forum search to find existing threads before posting new threads. This thread contains information about possible workarounds.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#74
|
|||
|
|||
![]()
thanks, sorry, I will note that from next time,
is there any advantage of downloading TikTok videos crawled from individual single video page with cookie logged in in JD vs without cookie login (in short with account added or without account) apart from private videos. Does JD2 always grabs and download the full resolution video. Last edited by jeonje; 15.01.2025 at 08:36. Reason: correction |
#75
|
||||
|
||||
![]()
@jeonje: I'm not aware of any differences except support for private videos. Also there are no guarantees about what resolution/qualitiy can be downloaded due to ongoing changes/blocks by TikTok
__________________
JD-Dev & Server-Admin |
#76
|
||||
|
||||
![]()
Yes for tiktok, JD will always download the highest quality possible.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#77
|
|||
|
|||
![]()
dear dev the TikTok plugin on default setting on JD2 APP one Mac downloading only 1024x576 max on every profile and every video instead of 1920x + quality which is the quality which we get if we use online TikTok video downloader site but can only download one video at a time, so please if possible can we download the original quality which is 1920x+. not 1024x, thank you
|
#78
|
||||
|
||||
![]()
@jeonje: Try to find out, let us know and we're happy to add support for it. We're too small and don't have time to deal with this cat/mouse game and constant changes on TikTok api changes to block tools
__________________
JD-Dev & Server-Admin |
![]() |
Thread Tools | |
Display Modes | |
|
|