Talk:Youflood: Difference between revisions
From /i/nsurgency W/i/ki
Jump to navigationJump to search
>Avic note |
>Avic re |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
Not sure why this is - perhaps YouTube has changed their coding for this. Will try on a Ubuntu Vhost later. [[User:Avic|Avic]] 23:50, 24 August 2010 (CDT) | Not sure why this is - perhaps YouTube has changed their coding for this. Will try on a Ubuntu Vhost later. [[User:Avic|Avic]] 23:50, 24 August 2010 (CDT) | ||
:It's because the script uses curl to fetch webpages. Just needs to be converted to use LWP or something that Cygwin supports --[[User:Extrapolate|Extrapolate]] 23:11, 26 August 2010 (CDT) | |||
::But cygwin does use curl. The following works on my system, at least. <code>curl http://www.google.com/ --O google.txt</code> Granted, I admit I am fucktarded when it comes to coding some of this stuff, but I dunno if it's really a curl-related issue. And if it is, can someone fix it? I would if I knew how. [[User:Avic|Avic]] 16:58, 6 September 2010 (CDT) |
Latest revision as of 21:58, 6 September 2010
Doesn't work in Cygwin, should be fixed so windoze users can have some fun here.
Not sure why this is - perhaps YouTube has changed their coding for this. Will try on a Ubuntu Vhost later. Avic 23:50, 24 August 2010 (CDT)
- It's because the script uses curl to fetch webpages. Just needs to be converted to use LWP or something that Cygwin supports --Extrapolate 23:11, 26 August 2010 (CDT)
- But cygwin does use curl. The following works on my system, at least.
curl http://www.google.com/ --O google.txt
Granted, I admit I am fucktarded when it comes to coding some of this stuff, but I dunno if it's really a curl-related issue. And if it is, can someone fix it? I would if I knew how. Avic 16:58, 6 September 2010 (CDT)
- But cygwin does use curl. The following works on my system, at least.