Changeset 600e713 for client


Ignore:
Timestamp:
Aug 16, 2010, 8:15:05 PM (14 years ago)
Author:
Kyle Brogle <broglek@…>
Branches:
master, debian, mac, no-cups
Children:
04a6a66
Parents:
9dee329
git-author:
Kyle Brogle <broglek@…> (08/16/10 20:15:05)
git-committer:
Kyle Brogle <broglek@…> (08/16/10 20:15:05)
Message:

[Trac #12] Youtube urls now stream instead of downloading to the server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/bin/gbr

    r7cdd65d r600e713  
    5252foreach my $file(@files) {
    5353    if ($file =~ m|http://www\.youtube\.com/watch\?v=|) {
    54         open FILE, ">", "/tmp/gutenbach-youtube\n" or die "Couldn't create temporary file";
     54        open FILE, ">", "/tmp/gutenbach-youtube" or die "Couldn't create temporary file";
    5555        print FILE $file;
    5656        $title = $file;
Note: See TracChangeset for help on using the changeset viewer.