Difference between revisions of "Talk:Yahoo! Video Warroom"

From Archiveteam
Jump to navigation Jump to search
(Created page with ' == OH HEY THERE == So you came into the IRC channel to ask about downloading Yahoo! Video. Here's what you need to know first. You need: * UNIX * wget * python 2.x * …')
 
Line 1: Line 1:
== OH HEY THERE ==


So you came into the IRC channel to ask about downloading Yahoo! Video. Here's what you need to know first.


== OH HEY THERE ==
You need:


So you came into the IRC channel to ask about downloading Yahoo! Video. Here's what you need to know first.
* UNIX
* wget
* python 2.x
* AN IRON WILL UNSEEN IN YOUR GENETIC LINE BEFORE YOUR GLORIOUS BIRTH
* At least 500gb free, TBs preferred
* Solid bandwidth


You need:
You should go to [http://www.textfiles.com/videoyahoo/SCRIPTS/ this directory] and grab the following ones:


* UNIX
* status
* wget
* youtube-dl
* python 2.x
* grapefruit
* AN IRON WILL UNSEEN IN YOUR GENETIC LINE BEFORE YOUR GLORIOUS BIRTH
* At least 500gb free, TBs preferred
* Solid bandwidth


You should go to [http://www.textfiles.com/videoyahoo/SCRIPTS/ this directory] and grab the following ones:
Put them in a directory you want to have fill with Yahoo! Video. Or, at least, one you're willing to. You will need a "Hotlist", a list of User IDs to pull from. We're assigning those. Speak to SketchCow or Chronomex. We'll assign you one.


* status
Download said hotlist. It'll be a textfile. Also put it in that directory. We haven't made a pretty wrapper for this, mostly as a test. Go to sh and do this:
* youtube-dl
* grapefruit
Put them in a directory you want to have fill with Yahoo! Video. Or, at least, one you're willing to.


You will need a "Hotlist", a list of User IDs to pull from. We're assigning those. Speak to SketchCow or Chronomex. We'll assign you one.
for each in `hotlist.txt`; do ./grapefruit $each; done
Download said hotlist. It'll be a textfile. Also put it in that directory.
 
We haven't made a pretty wrapper for this, mostly as a test. Go to sh and do this:
 
for each in `hotlist.txt`; do ./grapefruit $each; done

Revision as of 09:51, 22 February 2011

OH HEY THERE

So you came into the IRC channel to ask about downloading Yahoo! Video. Here's what you need to know first.

You need:

  • UNIX
  • wget
  • python 2.x
  • AN IRON WILL UNSEEN IN YOUR GENETIC LINE BEFORE YOUR GLORIOUS BIRTH
  • At least 500gb free, TBs preferred
  • Solid bandwidth

You should go to this directory and grab the following ones:

  • status
  • youtube-dl
  • grapefruit

Put them in a directory you want to have fill with Yahoo! Video. Or, at least, one you're willing to. You will need a "Hotlist", a list of User IDs to pull from. We're assigning those. Speak to SketchCow or Chronomex. We'll assign you one.

Download said hotlist. It'll be a textfile. Also put it in that directory. We haven't made a pretty wrapper for this, mostly as a test. Go to sh and do this:

for each in `hotlist.txt`; do ./grapefruit $each; done