Browse Source

README.md: Fix the overall layout

doc-issue-template
MrS0m30n3 7 years ago
committed by GitHub
parent
commit
948281c52b
1 changed files with 25 additions and 26 deletions
  1. 51
      README.md

51
README.md

@ -1,55 +1,54 @@
# youtube-dlG # youtube-dlG
A cross platform front-end GUI of the popular [youtube-dl](http://rg3.github.io/youtube-dl/) media downloader, written in wxPython. [List of supported sites](https://rg3.github.io/youtube-dl/supportedsites.html).
A cross platform front-end GUI of the popular [youtube-dl](http://rg3.github.io/youtube-dl/) media downloader written in wxPython. [Supported sites](https://rg3.github.io/youtube-dl/supportedsites.html)
## Screenshots ## Screenshots
![youtube-dl-gui main window](https://i.imgur.com/tMTtgPt.png) ![youtube-dl-gui main window](https://i.imgur.com/tMTtgPt.png)
## Requirements
* [Python 2.7.3+](https://www.python.org/downloads)
* [wxPython 3](https://wxpython.org/download.php)
* [TwoDict](https://pypi.python.org/pypi/twodict)
* [FFmpeg](https://ffmpeg.org/download.html) (optional, to post process video files)
## Downloads
* [Source (.zip)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.3.8.zip)
* [Source (.tar.gz)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.3.8.tar.gz)
* [PyPi](https://pypi.python.org/pypi/youtube-dlg/0.3.8)
* [Ubuntu PPA](http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/)
* [Arch AUR](https://aur.archlinux.org/packages/youtube-dl-gui-git/)
* [Slackware SlackBuild](https://slackbuilds.org/repository/14.2/network/youtube-dl-gui/)
* [Windows Installer](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-setup.zip)
* [Windows Portable](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-portable.zip)
## Installation ## Installation
* [source (.zip)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.3.8.zip)
* [source (.tar.gz)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.3.8.tar.gz)
* [pypi](https://pypi.python.org/pypi/youtube-dlg/0.3.8)
* [ubuntu ppa](http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/)
* [arch aur](https://aur.archlinux.org/packages/youtube-dl-gui-git/)
* [slackware slackbuild](https://slackbuilds.org/repository/14.2/network/youtube-dl-gui/)
* [windows installer](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-setup.zip)
* [windows portable](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-portable.zip)
### Install From Source ### Install From Source
1. Download & extract source
2. Change directory into **youtube-dl-gui-0.3.8**
1. Download & extract the source
2. Change directory into *youtube-dl-gui-0.3.8*
3. Run `python setup.py install` 3. Run `python setup.py install`
### Install PyPi ### Install PyPi
1. Run `pip install youtube-dlg` 1. Run `pip install youtube-dlg`
### Install Windows Installer ### Install Windows Installer
1. Download & extract the windows installer
1. Download & extract the Windows installer
2. Run the `setup.exe` file 2. Run the `setup.exe` file
## Contributing ## Contributing
**Support for new language:** See [Localization HOWTO](locale_build/HOWTO.md).
**Reporting bugs:** See [Issues](https://github.com/MrS0m30n3/youtube-dl-gui/issues).
## Requirements
[Python](http://www.python.org) 2.7+, [wxPython](http://wxpython.org) 2.9.1+, [twodict](https://pypi.python.org/pypi/twodict/1.2), [FFMPEG & FFPROBE](http://www.ffmpeg.org) (optional, to convert video files to audio-only files).
* **Add support for new language:** See [localization howto](docs/localiation_howto.md)
* **Report a bug:** See [issues](https://github.com/MrS0m30n3/youtube-dl-gui/issues)
## Authors ## Authors
See [AUTHORS](AUTHORS) file See [AUTHORS](AUTHORS) file
## License ## License
The [Public Domain License](LICENSE) The [Public Domain License](LICENSE)
## Thanks ## Thanks
Thanks to everyone who contributed to this project and to [@philipzae](https://github.com/philipzae) for designing the new UI layout. Thanks to everyone who contributed to this project and to [@philipzae](https://github.com/philipzae) for designing the new UI layout.
---
## Frequently Asked Questions ## Frequently Asked Questions
* **Post processing takes a long time**: There should be no post-processing if you leave the video format to default (which defaults to the best format) and did not check convert to audio or embed subtitles, otherwise the file will be re-encoded to the format you selected (which takes time/CPU resources). * **Post processing takes a long time**: There should be no post-processing if you leave the video format to default (which defaults to the best format) and did not check convert to audio or embed subtitles, otherwise the file will be re-encoded to the format you selected (which takes time/CPU resources).

Loading…
Cancel
Save