Package Details: springerdownload-git 20201106.93.2c5b977-1

Git Clone URL: https://aur.archlinux.org/springerdownload-git.git (read-only, click to copy)
Package Base: springerdownload-git
Description: Downloader for link.springer.com
Upstream URL: http://tovotu.de/dev/518-Neuer-SpringerLink-Downloader/
Licenses: GPL2
Conflicts: springer_download
Replaces: springer_download
Submitter: l0gic
Maintainer: l0gic
Last Packager: l0gic
Votes: 3
Popularity: 0.000000
First Submitted: 2013-02-20 00:08 (UTC)
Last Updated: 2020-11-06 21:51 (UTC)

Latest Comments

And1G commented on 2014-01-04 16:31 (UTC)

I had to install python2-cssselect to get the script work, is this possibly a missing dependency?

flocke commented on 2013-09-17 08:30 (UTC)

And you could also add: python2-gobject gtk3 as optional dependencies for the GUI.

flocke commented on 2013-09-17 08:26 (UTC)

Another missing dependency: python2-pypdf [flocke ~]# springer_download Traceback (most recent call last): File "/usr/bin/springer_download", line 6, in <module> from springerdl import meta, util, download, merge File "/usr/lib/python2.7/site-packages/springerdl/merge.py", line 9, in <module> from .pyPdf_ext import PdfFileReader_ext as PdfFileReader File "/usr/lib/python2.7/site-packages/springerdl/pyPdf_ext.py", line 6, in <module> import springerdl.PyPDF2 as pyPdf ImportError: No module named PyPDF2

indianahorst commented on 2013-04-10 18:20 (UTC)

There is a missing dependency: $ springer_download Traceback (most recent call last): File "/usr/bin/springer_download", line 66, in <module> sys.exit(main()) File "/usr/bin/springer_download", line 11, in main from springerdl.fetcher import springerFetcher File "/usr/lib/python2.7/site-packages/springerdl/fetcher.py", line 44, in <module> from util import * File "/usr/lib/python2.7/site-packages/springerdl/util.py", line 4, in <module> from BeautifulSoup import BeautifulSoup ImportError: No module named BeautifulSoup Could you please add the right BeautifulSoup version as dependency? Thank you!