[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]

/vt/ - Virtual Youtubers

Search:


View post   

>> No.29548604 [View]
File: 762 KB, 3840x2160, FY0O4SMUYAAaOpl.jpg [View same] [iqdb] [saucenao] [google]
29548604

>>29548105
Echo works the same, but curl gives the same errors

$ cat ids.txt | while read id; do echo "$id"; done
http://twitchtracker.com/viichan6/streams/

$ cat ids.txt | while read id; do curl "$id"; done
curl: (3) URL using bad/illegal format or missing URL

Yeah. I have some stack pages opened, i'll check some more things and we'll see at the end of the month for the roundup.
Take care anons.

>> No.29547620 [View]
File: 762 KB, 3840x2160, FY0O4SMUYAAaOpl.jpg [View same] [iqdb] [saucenao] [google]
29547620

>>29546211
tried a lot of combinations, with ' ', ""&"", +, //, everything i could find and it was all considered a replacement for some reason. Apart for the &, that triggered something else.

even when writing the ids.txt directly

https://twitchtracker.com/viichan6/streams
https://twitchtracker.com/shxtou/streams
https://twitchtracker.com/vo_ine/streams

the full call, or even the shortened ones give
$ while read id; do curl "$id" | tr '\r' ' '; done < ids.txt
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL

same for ${id}

Navigation
View posts[+24][+48][+96]