Changeset f1ba976 for gutenbach/debian
- Timestamp:
- Jun 24, 2010, 1:17:56 AM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
r8625400 rf1ba976 146 146 $filepath = resolve_external_reference($filepath, \%opts); 147 147 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 = ""; 150 151 print ZEPHYR "YouTube video $filepath\n$title"; 151 152 print STATUS "YouTube video $filepath\n$title";
Note: See TracChangeset
for help on using the changeset viewer.