Package Details: pluzzdl 0.9.4-1

Package Base: pluzzdl
Description: Software to retreive videos from French website pluzz.
Upstream URL: http://code.google.com/p/tvdownloader/
Category: multimedia
Licenses: GPL2
Submitter: chaoswizard
Maintainer: chaoswizard
Last Packager: None
Votes: 16
First Submitted: 2012-08-12 15:31
Last Updated: 2012-11-24 19:08

Latest Comments

Comment by Funkin-Stoopid

2013-10-13 10:26

It doesn't work anymore.
You should use this version: https://github.com/mattetti/pluzzdl/archive/master.zip

Comment by Gilrain

2013-06-12 10:32

It doesn't work anymore. Luckily a simple patch can fix it: <https://code.google.com/p/tvdownloader/issues/detail?id=82&colspec=ID%20Status%20Type%20OpSys%20Priority%20Owner%20Summary>

Things to add to the PKGBUILD:
source=pluzzdl.diff (md5sum: 31d73c906710ebfc94a3135d22c3f581)

prepare() {
cd ${srcdir}/${pkgname}-${pkgver}/src
patch -p1 PluzzDL.py < ${srcdir}/pluzzdl.diff
}