Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 405761

Summary: media-video/get_flash_videos doesn't work with youtube
Product: Gentoo Linux Reporter: Peter Fox <gentoo>
Component: Current packagesAssignee: Markos Chandras (RETIRED) <hwoarang>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to fix youtube download
Updated ebuild to use youtube fix patch

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