It doesn't work anymore.
You should use this version: https://github.com/mattetti/pluzzdl/archive/master.zip
Search Criteria
Package Details: pluzzdl 0.9.4-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-04-05)
| Package Base: | pluzzdl |
|---|---|
| Description: | Software to retreive videos from French website pluzz. |
| Upstream URL: | http://code.google.com/p/tvdownloader/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | chaoswizard |
| Maintainer: | chaoswizard |
| Last Packager: | None |
| Votes: | 16 |
| First Submitted: | 2012-08-12 15:31 |
| Last Updated: | 2012-11-24 19:08 |
Dependencies (5)
Required by (0)
Sources
Latest Comments
Comment by Funkin-Stoopid
Comment by Gilrain
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
}