pyLoad Bookmarklet is a bookmarklet to send download links to pyLoad.
- Translated to English.
 - UI redesign.
 - Added Package Name field.
 - Get package name from window title.
 - Dynamic filter for the URL list.
 - Check URLs by domain name.
 - Copy checked URLs to clipboard.
 - Shorter Timeout to close dialog.
 
- 
Download pyload_bookmarklet.min.js and save it to your local disk.
 - 
Open pyload_bookmarklet.min.js with your favorite text editor and:
- go to the end of the file - first parameter is the pyLoad host, the second is the username, the third is the password, and the last is submit method (see notes below).
 - specify the pyLoad host (for method 1 this is typically should be 
http://localhost:9666, for methods 2&3http://localhost:8000) and also the submit method. 
 - 
Select and copy all the text to the clipboard.
 - 
Open your browser, create a new bookmark and name it "Send To pyLoad"
 - 
For Firefox:
- Location: Paste the javascript code you have copied before.
 
For Google Chrome:
- URL: Paste the javascript code you have copied before.
 
 - 
Click Ok to save the bookmark.
 
- Navigate to the page where the download link is located.
 - Click the bookmarklet button you have created.
 - Write your package name.
 - Check the link(s) to send to pyLoad for downloading and/or select a domain(s) from the list.
 - Press the "Send to pyLoad" button.
 
See CREDITS.md file.
- This bookmarklet has three methods to submit links to pyLoad, you have to choose one.
 - All methods have pros and cons:
- Method 1 - links are sent via http://<pyload_host>/flash/add
- pros:
- This method does not require you to be logged in to the pyLoad web interface.
 - No user and password is sent over the network.
 
 - cons:
- The links are sent to the collector, not to the queue.
 
 
 - pros:
 - Method 2 - links are sent via http://<pyload_host>/api/addPackage
- pros:
- The downloads start immediately.
 
 - cons:
- You must be already logged in to the pyLoad web interface for this method to work.
 
 
 - pros:
 - Method 3 - links are sent via http://<pyload_host>/api/addPackage using username & password
- pros:
- The downloads start immediately.
 - You don't have to be logged in to the pyLoad web interface for this method to work...
 
 - cons:
- Username & password is sent with the request, so you'd better use this method over a secured connection (HTTPS).
 - This method requires you to have api_app.py@576baf2 commit applied to api_app.py
 
 
 - pros:
 
 - Method 1 - links are sent via http://<pyload_host>/flash/add
 - If the page where the download is located uses HTTPS and pyLoad uses HTTP, you will get a security warning, and you have to confirm the send.
Nowadays that most web pages uses HTTPS, it is recommended to configure pyLoad to also use HTTPS - You will avoid this security warning and also if you use submit method 3, the user and password are sent over a secured channel.