Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405761 - media-video/get_flash_videos doesn't work with youtube
Summary: media-video/get_flash_videos doesn't work with youtube
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-25 13:30 UTC by Peter Fox
Modified: 2012-02-29 21:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix youtube download (youtubefix.patch,3.30 KB, patch)
2012-02-25 13:33 UTC, Peter Fox
Details | Diff
Updated ebuild to use youtube fix patch (get_flash_videos-1.24.ebuild,1.32 KB, text/plain)
2012-02-25 13:34 UTC, Peter Fox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Fox 2012-02-25 13:30:49 UTC
get_flash_videos doesn't fetch videos from you-tube, see http://code.google.com/p/get-flash-videos/issues/detail?id=288

Reproducible: Always
Comment 2 Peter Fox 2012-02-25 13:34:29 UTC
Created attachment 303171 [details]
Updated ebuild to use youtube fix patch
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-27 00:12:51 UTC
Comment on attachment 303171 [details]
Updated ebuild to use youtube fix patch

--- get_flash_videos-1.24.ebuild      2011-07-30 19:53:17.000000000 +0200
+++ -   2012-02-27 01:12:13.239397868 +0100
@@ -35,6 +35,12 @@
 SRC_TEST="do"
 myinst="DESTDIR=${D}"
 
+src_unpack() {
+       unpack "${A}"
+       cd "${S}"
+       epatch "${FILESDIR}/youtubefix.patch"
+}
+
 pkg_postinst() {
        elog "Downloading videos from RTMP server requires the following packages :"
        elog "  media-video/rtmpdump"
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2012-02-29 21:33:32 UTC
Patch applied. Thanks