Changeset f1ba976


Ignore:
Timestamp:
Jun 24, 2010, 1:17:56 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
cfa46d1
Parents:
8625400
git-author:
root <root@…> (12/14/09 19:43:13)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 01:17:56)
Message:

[I don't know who actually made this change]
Fixed the youtube-dl command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/sipbmp3-filter

    r8625400 rf1ba976  
    146146    $filepath = resolve_external_reference($filepath, \%opts);
    147147    if ($filepath =~ m|http://www\.youtube\.com/watch\?v=|) {
    148         $pid = open2($out, $in, qw{youtube-dl -g2}, $filepath);
    149         $title = <$out>;
     148        $pid = open2($out, $in, qw{youtube-dl -g}, $filepath);
     149        #$title = <$out>;
     150        $title = "";
    150151        print ZEPHYR "YouTube video $filepath\n$title";
    151152        print STATUS "YouTube video $filepath\n$title";
Note: See TracChangeset for help on using the changeset viewer.