JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 14.04.2021, 10:29
groinksan groinksan is offline
Wind Gust
 
Join Date: Dec 2018
Posts: 42
Default Linkgrabber - process HTML files stored on HDD

I have roughly 8,000 HTML files containing DDL links. I would like for Linkgrabber to somehow process through these HTML files. I'm using a Windows 64-bit environment.
Reply With Quote
  #2  
Old 14.04.2021, 10:55
groinksan groinksan is offline
Wind Gust
 
Join Date: Dec 2018
Posts: 42
Default

Figured out how to pull this off... Probably not the best way, but it seems to work:

for %%f in (folder\*.html) do (clip < "%%f")

Probably a good idea to group the HTML files into small groups of maybe 100 each.
Reply With Quote
  #3  
Old 14.04.2021, 14:52
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

Thanks for sharing your solution
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4  
Old 11.05.2021, 23:04
Agent3554 Agent3554 is offline
Modem User
 
Join Date: Mar 2021
Posts: 3
Default

Quote:
Originally Posted by groinksan View Post
Figured out how to pull this off... Probably not the best way, but it seems to work:

for %%f in (folder\*.html) do (clip < "%%f")

Probably a good idea to group the HTML files into small groups of maybe 100 each.
How does this work? I'm curious and interested, because I also have HTML with links too


My other method would be:
1. Convert all HTML to TXT in online converter / Or manually copy paste all links to TXT (painful method)
2. Merge all contents of all TXT files using CMD, into one TXT file
3. Put the merged TXT file into LinkGrabber
Reply With Quote
  #5  
Old 12.05.2021, 11:11
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

@Agent3554: You can just drag/drop the txt/html...file into JDownloader and it should parse it
the command is just shell command to iterate through all html files and place them into clipboard via clip tool
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 05:57.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.