PrNdOwN icon indicating copy to clipboard operation
PrNdOwN copied to clipboard

Multi Video Sharing Platform Downloader.

  • PrNdOwN :PROPERTIES: :CUSTOM_ID: prndown :END: [[https://github.com/m1ndo/PrNdOwN][PrNdOwN]] Is a Tool To Download Ultra HD Videos From Multi Video Sharing Websites (Made Just For Fun) ** Install On System #+begin_example Windows::

    python setup.py py2exe

Linux/Mac::

python setup.py install

Build source distribution::

python setup.py sdist

Build platform distribution::

python setup.py bdist

#+end_example

** Manually (No Installation) :heavy_check_mark: :PROPERTIES: :CUSTOM_ID: manual-installation-requirements-heavy_check_mark :END: *** Install Requirements #+begin_example Linux

     Arch Linux (AUR)

pip install -r requirements.txt

     Debian/Ubuntu

pip3 install -r requirements.txt #+end_example

#+begin_example MacOs sudo brew install phantomjs pip3 install -r requirements.txt #+end_example

#+begin_example Windows requires python 3.3.5+ and ffmpeg installed and accessible from CMD pip install -r requirements.txt #+end_example

*** Commands :pencil: :PROPERTIES: :CUSTOM_ID: commands-pencil :END: Display Help python main.py --help Or If Installed Use PrNdOwN

#+begin_example Download A Single Video in (1080p) python main.py -u or python main.py #+end_example

#+begin_example Download A Single Audio (High Quality) python main.py -a 0 -x -u #+end_example

#+begin_example Download A Single Video In Prevered quality python main.py -v 4k -u #+end_example

#+begin_example Download A Single Audio File And Specify A Custom Output location python main.py -a 0 -x -o /home/ybenel/Music/ -u #+end_example

#+begin_example Download A Video Playlist And Do Not Output Any Information About Video python main.py -p -u #+end_example

#+begin_example Download A Video / Audio With Custom Config file python main.py -r -u #+end_example

#+begin_example Download A Video / Audio List From a file python main.py -v 1080 -f links.txt #+end_example

#+begin_example Download A Video / Audio With Aria2c For Fast Download Speeds python main.py -v 1080 -s #+end_example

#+begin_example Download A Video / Audio With A Different Utility python main.py -v 1080 -t wget --external-args "-S --user-agent='PrNdOwN/9.1.1'" ``` #+end_example

** Important Notes :PROPERTIES: :CUSTOM_ID: important-notes :END:

  • Use The Help Menu To See All Available Command Line option
  • Read The Config File To Customize All Your Options
  • In Linux You Can Set Your Config File Either In '~/.config/PrNdOwN' Or Inside Of PrNdOwN itself
  • In Windows Config File Can Only Be Available In PrNdOwN Itself

If You Have Ideas To Improve PrNdOwN, Then Fork This Repository And Push A Pull Request

** Features :PROPERTIES: :CUSTOM_ID: features :END:

  • Multi Video Platform Downloader
  • Download From Youtube - Soundcloud - Twitter - PH - Erotic Sites etc.
  • HD Quality (depends on video(s) resolution)
  • Multiple Qualities (4k - 2k - 1080p - 720p - 480p - 360)
  • Fast Downloading Speed (Again Depends On Your Bandwidth Speed)
  • Supports Proxy Through SOCKS/Http (You Might Get Slow Speed While Downloading)
  • Download Multiple Choices (Playlist audio / video, single audio / video)
  • Having Fun :star:

** Optional Requirements :PROPERTIES: :CUSTOM_ID: optional-requirements :END:

  • For Fast Download Speeds Please Install (Aria2)

** Author: ybenel :PROPERTIES: :CUSTOM_ID: author-ybenel :END: ** LICENSE :page_with_curl: :PROPERTIES: :CUSTOM_ID: license-page_with_curl :END: [/MIT-LICENSE/]