Difference between revisions of "Twitch.tv/Vinesauce"

From Archiveteam
Jump to navigation Jump to search
Line 40: Line 40:


=== DownThemAll - Addon for faster downloads with Firefox ===
=== DownThemAll - Addon for faster downloads with Firefox ===
For faster concurrent downloading, use the Firefox Addon '''DownThemAll'''


1. Install [https://addons.mozilla.org/en-US/firefox/addon/downthemall/ DownThemAll] on Firefox.
1. Install [https://addons.mozilla.org/en-US/firefox/addon/downthemall/ DownThemAll] on Firefox.
Line 48: Line 50:
6. The DTA window will open, then you will e able to select the FLV files all at once to download.
6. The DTA window will open, then you will e able to select the FLV files all at once to download.


A piece of advice: I don't think you can change the file names before downloading, so make sure to make a folder that says what they are before you dump them in some big folder. As far as telling them apart and the order: They should be in the order they appear on the page in the DTA window and the folder you download them to. So just be careful and rename them in that order. If you are worried you can check the individual links that you get from the zazi.bar downloader.
A piece of advice: I don't think you can change the file names before downloading, so make sure to make a folder that says what they are before you dump them in some big folder.  
 
As far as telling them apart and the order: They should be in the order they appear on the page in the DTA window and the folder you download them to. So just be careful. If you are worried you can check the individual links that you get from the zazi.bar downloader.
 
[http://vinesauce.com/vinetalk/index.php?topic=4321.msg81730#msg81730 Source: Vinesauce Forum User - RedBreloom]
 
=== Jdownloader ===
 
Another way to make concurrent downloads.
 
Link: http://jdownloader.org/


Thought I'd share.
=== Future Method: Mass Download with a Script ===
=== Future Method: Mass Download with a Script ===


Usually I would use youtube-dl, but it has issues with Twitch due to the sudden change in policy.
Usually I would use youtube-dl, but it has issues with Twitch due to the sudden change in policy.


I'll slap together a quick and dirty Twitch slurping script sooner or later.
I'll slap together a quick and dirty Python slurping script sooner or later.


== External Links ==
== External Links ==


* [http://vinesauce.com/vinetalk/index.php?topic=4321.msg81672 Vinesauce Forum - Effort to save our Stream Videos]
* [http://vinesauce.com/vinetalk/index.php?topic=4321.msg81672 Vinesauce Forum - Effort to save our Stream Videos]

Revision as of 22:35, 8 August 2014

As you might all know already, Twitch will be deleting past streams, so, at the Twitch's new VOD policies thread, me and some of the members decided to save past streams. Even if it's not a bad idea, to have streams downloaded multiple times, it might be a good idea, to organize this, not with everyone, but at least with two-three people to cover these downloading as wide a s possible and save these streams as a nice memory.

Checklist

Vinesauce currently has 1714 videos in it's VOD backlog.

The user Null has made an HTML List of all the links to download.

There will be an actual wiki-editable checklist, so we can see who is downloading what chunk, and who has finished.

Standard Folder Name Format

Each Twitch.tv stream is split into multiple 30-minute parts.

After downloading all the parts from a single stream, group them together into a folder. The folder name should follow this format:

YYYY-MM-DD [streamer] title

For example:

2013-02-12 [Joel] Daikatana

This will make it easier for an automated script to process the videos.

Please don't rename or merge the video files!

  • Doing so will take too much extra time and effort.
  • It also makes it harder for an automated script to figure out which videos we have.
  • The filenames are critical unique metadata IDs!

Just leave the videos as is. The folders are enough.

How to Download Streams

Zazibar's Twitch VOD Download List Utility

Zazibar has made a nice Twitch VOD Download List utility. It will list all videos from a Twitch profile (e.g. Vinesauce) and create easy download links for you.

Link: http://twitch.zazi.bar/

DownThemAll - Addon for faster downloads with Firefox

For faster concurrent downloading, use the Firefox Addon DownThemAll

1. Install DownThemAll on Firefox. 2. Open Zazibar's Twitch VOD Download Tool 3. Search for Vinesauce 4. Click Download on whatever stream you want to download 5. Now, right click, and in the menu click downthemall 6. The DTA window will open, then you will e able to select the FLV files all at once to download.

A piece of advice: I don't think you can change the file names before downloading, so make sure to make a folder that says what they are before you dump them in some big folder.

As far as telling them apart and the order: They should be in the order they appear on the page in the DTA window and the folder you download them to. So just be careful. If you are worried you can check the individual links that you get from the zazi.bar downloader.

Source: Vinesauce Forum User - RedBreloom

Jdownloader

Another way to make concurrent downloads.

Link: http://jdownloader.org/

Future Method: Mass Download with a Script

Usually I would use youtube-dl, but it has issues with Twitch due to the sudden change in policy.

I'll slap together a quick and dirty Python slurping script sooner or later.

External Links