http://www.comedycentral.com/sitewide/media_player/videoswitcher.jhtml?showid=934&category=/shows/the_daily_show/videos/headlines&sec=videoId%3D80696%3BvideoFeatureId%3D%3BpoppedFrom%3Dno_popped_from%3BisIE%3Dfalse%3BisPC%3Dtrue%3Bpagename%3Dmedia_player%3Bzyg%3D%27%2Bif_nt_zyg%2B%27%3Bspan%3D%27%2Bif_nt_span%2B%27%3Bdemo%3D%27%2Bif_nt_demo%2B%27%3Bbps%3D%27%2Bif_nt_bandwidth%2B%27%3Bgateway%3Dshows%3Bsection_1%3Dthe_daily_show%3Bsection_2%3Dvideos%3Bsection_3%3Dheadlines%3Bzyg%3D%27%2Bif_nt_zyg%2B%27%3Bspan%3D%27%2Bif_nt_span%2B%27%3Bdemo%3D%27%2Bif_nt_demo%2B%27%3Bera%3D%27%2Bif_nt_era%2B%27%3Bbps%3D%27%2Bif_nt_bandwidth%2B%27%3Bfla%3D%27%2Bif_nt_Flash%2B%27&itemid=80696&clip=com/dailyshow/headlines/12003_headline_a_416.wmv (http://www.comedycentral.com/sitewide/media_player/videoswitcher.jhtml?showid=934&category=/shows/the_daily_show/videos/headlines&sec=videoId%3D80696%3BvideoFeatureId%3D%3BpoppedFrom%3Dno_popped_from%3BisIE%3Dfalse%3BisPC%3Dtrue%3Bpagename%3Dmedia_player%3Bzyg%3D%27%2Bif_nt_zyg%2B%27%3Bspan%3D%27%2Bif_nt_span%2B%27%3Bdemo%3D%27%2Bif_nt_demo%2B%27%3Bbps%3D%27%2Bif_nt_bandwidth%2B%27%3Bgateway%3Dshows%3Bsection_1%3Dthe_daily_show%3Bsection_2%3Dvideos%3Bsection_3%3Dheadlines%3Bzyg%3D%27%2Bif_nt_zyg%2B%27%3Bspan%3D%27%2Bif_nt_span%2B%27%3Bdemo%3D%27%2Bif_nt_demo%2B%27%3Bera%3D%27%2Bif_nt_era%2B%27%3Bbps%3D%27%2Bif_nt_bandwidth%2B%27%3Bfla%3D%27%2Bif_nt_Flash%2B%27&itemid=80696&clip=com/dailyshow/headlines/12003_headline_a_416.wmv)
If someone can, you should figure out how to save just the video file and then post a link to that...I sorta want to save this and doubt that it'll be up on the Comedy Central site forever.
Search for it on youtube, it's probably already there :)
Quote from: iago on January 13, 2007, 02:19:52 PM
Search for it on youtube, it's probably already there :)
It wasnt there when I looked the other day, maybe I'll check again
edit:http://www.youtube.com/results?search_query=1st+100+hours+daily+show&search=Search
uhm, maybe not yet
Wow, that's surprising.
Well, I'm using a Linux video-player that can also rip to rip it right now. Give me a few mins and I'll upload it.
<edit> 19mb so far, and still going.. maybe I'll just PM you a link to it later, it'll take me awhile to upload it to my server. If I knew how to compress it I would, but I don't
<edit2>
Quoteeverything done. Thank you for downloading a media file containing proprietary and patentend technology.
Core dumped ;)
It ended up being about26.7mb. Give me about an hour to upload it to my server and I'll give you a link.
Quote from: iago on January 13, 2007, 02:30:34 PM
Wow, that's surprising.
Well, I'm using a Linux video-player that can also rip to rip it right now. Give me a few mins and I'll upload it.
<edit> 19mb so far, and still going.. maybe I'll just PM you a link to it later, it'll take me awhile to upload it to my server. If I knew how to compress it I would, but I don't
thnx dude
I compressed it with bzip2, which cuts the size in half. Make sure you can extract a .bz2 file (WinRAR can, not sure about Winzip)
Quote from: iago on January 13, 2007, 02:37:58 PM
I compressed it with bzip2, which cuts the size in half. Make sure you can extract a .bz2 file (WinRAR can, not sure about Winzip)
Gotta be a .tar.bz2.
Here's the link (it's done uploading):
http://www.javaop.com/~ron/tmp/dailyshow.asf.bz2
PLEASE only download it if you actually want it, if you just want to see it view it above. Downloading a 12mb file slows down the for everybody. At the very least, get it at night. THINK OF THE CHILDREN!
And for future reference, if you're on Linux and want to rip a website/dvd, the command is:
$ mplayer -dumpstream -dumpfile "filename.asf" http://blahblahblah
or
$ mplayer -dumpstream -dumpfile "filename.vob" dvd://blahblahblah
I have no idea if it handles encrypted DVDs, and make sure the output filename matches the website's format (if you're not sure, just download it as whatever, and do "file filename.blah" to find out what it is:
Quoteron@slayer:~$ file test.blah
test.blah: Microsoft ASF
Quote from: Newby on January 13, 2007, 02:40:47 PM
Gotta be a .tar.bz2.
It's only a single file, so I didn't bother tarring it. Can't WinRAR just open a .bz2? I thought it could..
Quote from: iago on January 13, 2007, 02:43:22 PM
And for future reference, if you're on Linux and want to rip a website/dvd, the command is:
$ mplayer -dumpstream -dumpfile "filename.asf" http://blahblahblah
or
$ mplayer -dumpstream -dumpfile "filename.vob" dvd://blahblahblah
mplayer works in Windows too.
WinRAR can open just a bz2... unless my WinRAR just outdid itself..
Edit: Okay.. it doesn't work. Weird.
Quote from: Newby on January 13, 2007, 03:14:49 PM
Quote from: iago on January 13, 2007, 02:43:22 PM
And for future reference, if you're on Linux and want to rip a website/dvd, the command is:
$ mplayer -dumpstream -dumpfile "filename.asf" http://blahblahblah
or
$ mplayer -dumpstream -dumpfile "filename.vob" dvd://blahblahblah
mplayer works in Windows too.
But it's not a typical Windows program, it's way more common on Linux/Unix. If you want to rip/grab a movie on Windows, there are more popular options.
it doesnt seem to play......???
Quote from: iago on January 13, 2007, 05:03:53 PM
But it's not a typical Windows program, it's way more common on Linux/Unix. If you want to rip/grab a movie on Windows, there are more popular options.
None that work as efficiently as mplayer for me. :(
Normally, an .asf file links to a file on the server. That's how I've seen it. :/
Hmm, it plays fine for me, at least, it played fine before I uploaded it :-/
"file" says it's .asf, so I'm assuming it is. Try re-naming it to wmv or others, amybe?
It openned but didnt play in Windows MEdia player as ASF.
after resaved as wmv it didnt open at all
If you're concerned about people downloading, and the format, why not just upload it to youtube?
Uploaded.
http://www.youtube.com/watch?v=8RG2Hogzbz8
Quote from: Metal Militia on January 13, 2007, 10:53:52 PM
Uploaded.
http://www.youtube.com/watch?v=8RG2Hogzbz8
yay thanks