Shaare your links...
410 links
peacecoLiens Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Voir tous les commentaires(24)
Links per page: 20 50 100
page 1 / 1
3 results for tags pyload x
  • Raspberry Pi: How to install PyLoad downloadmanager » Jan Karres
    Installer pyload sur son raspberry

    Raspberry Pi: How to install PyLoad downloadmanager
    Geschrieben von Elias Porcio in Raspberry Pi/ 7 Kommentare
    19 Jun

    I have already published some instructions on how to set up Raspbian. Now follows the most used program on my Raspberry Pi. It is called pyLoad and is a, in Python written, downloadmanager with webinterface. How to get it on the Raspberry Pi will be explained hereinafter. We will istall the version of pyLoad without graphical user interface but with webinterface.

    Requires Raspbian or a similar Debian-distribut

    Step 1

    In order to be able to install all packages in step 2 we have to extend the sources.list. We can do so with the editor nano. Just insert the line after the nano command into the end of the file. You can save by pressing CTRL + X (which ends the programm), whereupon you are asked if you want to save before closing.

    sudo nano /etc/apt/sources.list

    deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi

    At last we update apt.

    sudo apt-get update

    Step 2

    First we need some Packages, so we can install PyLoad. We are mainly talking about Python (already Preinstalled) with some extensions and programs, that are used to unpack downloaded files.

    sudo apt-get -y install liblept3
    sudo apt-get -y install python python-crypto python-pycurl python-imaging tesseract-ocr python-qt4 spidermonkey-bin zip unzip
    sudo apt-get -y build-dep rar unrar-nonfree

    Step 3

    Afterwards we download the latest .DEB-file of Python of the version cli. As I wrote this tutorial, the version 0.4.9 was up to date. You can get the latest download link at http://pyload.org/download

    wget http://download.pyload.org/pyload-cli-v0.4.9-all.deb

    Step 4

    Now we install PyLoad using dpkg and delete the DEB-file afterwards.

    sudo dpkg -i pyload-cli-v0.4.9-all.deb
    rm pyload-cli-v0.4.9-all.deb

    Step 5

    Next, we launch PyLoad for the first time. Some questions to the set up will be asked.

    cd /usr/share/pyload
    ./pyLoadCore.py

    Step 6 (optional)

    We can start PyLoad as Deamon, so we do not always have to leave the terminal open to run the downloadmanager.

    pyLoadCore --daemon

    Step 7 (optional; start on boot)

    If we want to make PyLoad start together with the Raspberry Pi, we will create a crontab entry for the start of the Deamon. We insert the following line into the end of the file and save using CTRL + X and the confirmation, that we want to save.

    crontab -e

    @reboot pyLoadCore --daemon

    Done! The PyLoad downloadmanager has been installed and is now set up. If you have activated the webinterface during the installation, you will be able to open IP:8000 (IP has to be replaced by the IP of the Raspberry Pi) in your browser and you can start downloading!
    Wed 28 Aug 2013 10:04:15 PM UTC - permalink -
    - http://jankarres.de/2013/06/raspberry-pi-how-to-install-pyload-downloadmanager/
    raspberry pyload

    Commentaires(0)













  • Un Bookmarklet pour Pyload ? v2.0
    Bon voila une nouvelle version du bookmarklet pour Pyload. Si vous avez des remarques :)
    Un peu plus de fonction:
    - liste tous les liens sous forme de checkbox
    - filtre automatique(à tester :/) si vous avez des motifs d'url type je suis preneur :)
    - filtre manuel (taper ce que vous voulez)

    Donc vous cocher ce que vous voulez et hop ça part vers pyload, en espérant qu'il gère bien ce que vous lui envoyer :)

    le lien: http://peacecopathe.free.fr/peacecoFile/?link=515c955f0ff5e
    Wed 03 Apr 2013 08:29:40 PM UTC - permalink -
    - ?hxxacw
    pyload bookmarklet perso script

    Commentaires(0)













  • Un Bookmarklet pour Pyload ?
    Bon pour le no_mans_land qui me lit :)
    Voici un  Bookmarklet pour pyload.
    Une video youtube a récupérer ? hop on clique ça charge, et en file indienne s'il vous plait!
    Un lien uptobox, rapidshare, depositfile, filefactory, uploaded, filetobox (je n'ai pas tout tester par contre :/) pareil.
    Bref ça filtre les liens sur une page web dans la liste que je viens de donnée. Excepté youtube, faut être sur la page de la video, et ça les envoies dans pyLoad.

    Créer un nouveau marque page, favoris, signets, et copier coller le code du lien ci-dessous dans le champs adresse/url.
    Glisser le dans votre barre de raccourci et voila :)

    Si jamais ça sert a quelqu'un en plus de moi bah cela sera déjà ça :)

    Lien: http://peacecopathe.free.fr/peacecoFile/?link=51560865bcce0
    Fri 29 Mar 2013 09:17:36 PM UTC - permalink -
    - ?ux_AcA
    bookmarklet pyload script perso

    Commentaires(0)













Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.40 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.