Thread: [User feedback required] Load URLs from text file
View Single Post
  #11  
Old 28.02.2020, 00:10
zreenmkr zreenmkr is offline
JD Addict
 
Join Date: Feb 2020
Posts: 174
Default

Quote:
->@raztoki
new entry <- maybe ? guess, not tested/confirmed
I sure overlocked this. Removed it then it works.


Quote:
@pspzockerscene
Also your above attempt to simply add "text=" multiple times will not work. You will then either need multiple .crawljob files or put all URLs in one line.
This turns out to be false. It it youtube specific. Sometimes it only detect link1 and sometime all 3 urls as layout below.


*.crawljob youtube example with multiple urls
Code:
text=youtube link 1
text=youtube link 2
text=youtube link 2

*.crawljob vemeo example with multiple urls - works without an issue
Code:
text=vemeo link 1
text=vemeo link 2
text=vemeo link 3

Also created a plain txt file as below with multiple urls and different hosts works as well

*.crawljob example with multipe urls in plain text with No other options
Code:
youtube link 1
youtube link 2
youtube link 3
vemeo link 1
vemeo link 2
vemeo link 3
ect...
Reply With Quote