Closed viertelb closed 3 years ago
can you try the new commit https://github.com/rachmadaniHaryono/we-get/commit/3c75eedce165e9ec900cc09828c4227373c38c7c
the old logic is to split input by space character. if you have torrent title it will work as intended but with your example it will search with regex from your input word
How would I use this commit? Should I exchange just this one file? Because when installing with pip the behavior does not change. Probably, because pip is installing the wheel which is not yet updated, right?
you can use pip3 install https://github.com/rachmadaniHaryono/we-get/archive/dev.zip
to install from dev branch. use --user
if you want to install to user home directory
which we-get
showed me that I had /home/USER/.local/bin/we-get
on my RaspberryPi. I then applied your command but forgot the --user
option. I found with pip3 show we-get
that there was something in /home/USER/.local/lib/python3.7/site-packages
. I then deleted the the binary in the /home/USER/.local/bin
and installed again with pip3 install --user https://github.com/rachmadaniHaryono/we-get/archive/dev.zip
. But this did not install a binary in the folder where I deleted it. It did also not link a binary from the site-packages
folder so I can not use the command. EDIT: site-packages
does not contain a binary anyway. So, no binary was installed using your command.
I also tried with git+
. See the log here:
pi@raspberrypi:~ $ pip3 install --user git+https://github.com/rachmadaniHaryono/we-get
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting git+https://github.com/rachmadaniHaryono/we-get
Cloning https://github.com/rachmadaniHaryono/we-get to /tmp/pip-req-build-b2aw5cfn
Requirement already satisfied (use --upgrade to upgrade): we-get==1.1.2 from git+https://github.com/rachmadaniHaryono/we-get in ./.local/lib/python3.7/site-packages
Requirement already satisfied: Pygments>=2.6.1 in ./.local/lib/python3.7/site-packages (from we-get==1.1.2) (2.7.3)
Requirement already satisfied: beautifulsoup4 in ./.local/lib/python3.7/site-packages (from we-get==1.1.2) (4.9.3)
Requirement already satisfied: colorama in ./.local/lib/python3.7/site-packages (from we-get==1.1.2) (0.4.4)
Requirement already satisfied: docopt in ./.local/lib/python3.7/site-packages (from we-get==1.1.2) (0.6.2)
Requirement already satisfied: prompt-toolkit>=3.0.5 in ./.local/lib/python3.7/site-packages (from we-get==1.1.2) (3.0.8)
Requirement already satisfied: soupsieve>1.2; python_version >= "3.0" in ./.local/lib/python3.7/site-packages (from beautifulsoup4->we-get==1.1.2) (2.1)
Requirement already satisfied: wcwidth in ./.local/lib/python3.7/site-packages (from prompt-toolkit>=3.0.5->we-get==1.1.2) (0.2.5)
Building wheels for collected packages: we-get
Running setup.py bdist_wheel for we-get ... done
Stored in directory: /tmp/pip-ephem-wheel-cache-3aw53ds2/wheels/60/3c/0f/97ac2e401ad619353118d5cc799a18140baba684cd0ca97eec
Successfully built we-get
pi@raspberrypi:~ $ which we-get
pi@raspberrypi:~ $
pip3 list
shows we-get
. But sudo find / -name "we-get"
does not find anything.
pip3 uninstall we-get
and re-installing with the --user
solved the issue and installe the binary again in .local/bin
.
Hi!
I used pip3 install https://github.com/rachmadaniHaryono/we-get/archive/dev.zip to install from dev branch and now the "show" command works as expected (ie it displays the item selected, even if it contains spaces). The only problem is that the dev branch does not display "size" of torrent. Any way to get both?
@blur131 torrent size data depend on module which parse the data
for example pirate_bay will get torrent size but 1337x will not
When using
we-get -s
and thenshow
and pick one from the list it will show not only the torrent link of the one that was picked but a long list of torrents that are related.I once had
we-get
installed where this worked differently. Which fork might that have been?we-get -s "Die drei Fragezeichen"
and