Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Can't download YouTube videos anymore!

Name: Anonymous 2010-03-12 5:00

WTF happened here?

Help me, internet nerds!

Name: Anonymous 2010-03-12 5:23

Install Sabyon.

Name: Anonymous 2010-03-12 5:49

the fuck on is sabyon?

sounds totally gay.

Name: Anonymous 2010-03-12 6:01

Name: Anonymous 2010-03-12 6:09

>>3
SPAM

DRINK COCA COLA FOR THAT REFRESHING BROWNNESS

Name: Anonymous 2010-03-12 6:19

ok relax everyone - crisis is over. I found out that grab++ still works perfectly but the downside is that I have to actually load a bit of the video first which means using flash.... ugh.... fuck you youtube for unnecessarily changing things. Hopefully someone finds a workaround soon.

Name: Anonymous 2010-03-12 11:04

Er…what?  My Greasemonkey script still works fine.

Name: Anonymous 2010-03-12 18:38

>>7
Link?

I've been using a bookmarklet but doesn't work anymore =(

Name: Anonymous 2010-03-13 1:10

>>8
http://dis.4chan.org/read/lounge/1268388014/9

// ==UserScript==
// @name           ytget
// @description    blah
// @include        http://www.youtube.com/watch?*;
// @version        1.0
// ==/UserScript==

var swfArgs = yt.getConfig('SWF_ARGS');
var fmts = {
    18: "iPod",
    22: 720,
    37: 1080,

    35: "flv480",
    34: "flv",
    17: "3gp",
};
var saveLinks = "";
function saveFmt(fmt) {
    saveLinks += '&nbsp;<a href="http://www.youtube.com/get_video?video_id=' +
        swfArgs.video_id + '&fmt=' + fmt + '&t=' + swfArgs.t +
        '">' + fmts[fmt] + '</a>';
}
var used18, fmt, match, re = /(?:^|%2C)(\d+)%2F/g;
while (match = re.exec(swfArgs.fmt_map)) {
    fmt = match[1];
    if (!used18 && (fmt == 34 || fmt == 35 || fmt == 17)) {
        saveFmt(18);
        used18 = true;
    }
    else if (fmt == 18)
        used18 = true;
    if (fmts[fmt])
        saveFmt(fmt);
}
if (!used18)
    saveFmt(18);
document.getElementsByTagName("h1")[0].innerHTML += '&nbsp;&nbsp;[Save:' +
    saveLinks + ']';

Don't change these.
Name: Email:
Entire Thread Thread List