From 0af9b3829b3b09ab2a199f4ec9fce72768e71faf Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Thu, 6 Mar 2014 01:23:58 +0200 Subject: [PATCH] README.md README.md README.md README.md --- README | 44 -------------------------------------------- README.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 44 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 481485c..0000000 --- a/README +++ /dev/null @@ -1,44 +0,0 @@ -NAME -==== - -youtube-dlG - GUI for youtube-dl - - -DESCRIPTION -=========== - -A cross platform front-end GUI of the popular youtube-dl -written in Python. - - -REQUIREMENTS -============ - -Python (version 2.7 or 3.3+) -http://www.python.org/ - -wxPython -http://wxpython.org - -** Optional (In order to convert video files to audio-only files) -FFMPEG & FFPROBE -http://www.ffmpeg.org - - -PROJECT HOMEPAGE -================ - -Youtube-dlG: https://github.com/MrS0m30n3/youtube-dl-gui -Youtube-dl: http://rg3.github.io/youtube-dl/ - - -AUTHOR -====== - -Sotiris Papadopoulos - - -THANKS -====== - -Thanks to youtube-dl authors for creating such and amazing tool. diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b2a1e5 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +## NAME +youtube-dlG - GUI for youtube-dl + +## DESCRIPTION +A cross platform front-end GUI of the popular youtube-dl +written in Python. + +## SCREENSHOT +![Youtube-dl-gui screenshot in slackware](http://i.imgur.com/JiT6eZW.png) + +![Options window](http://i.imgur.com/3QFpaWM.png) + +## WINDOWS_SETUP +http://code.google.com/p/youtube-dlg/ + +## REQUIREMENTS +[Python (version 2.7 or 3.3+)](http://www.python.org) + +[wxPython](http://wxpython.org) + +[FFMPEG & FFPROBE](http://www.ffmpeg.org) +**Optional (In order to conver video files to audio-only files) + +## PROJECT HOMEPAGE + +**Youtube-dlG**: https://github.com/MrS0m30n3/youtube-dl-gui + +**Youtube-dl**: http://rg3.github.io/youtube-dl/ + +## AUTHOR + +Sotiris Papadopoulos + +## THANKS + +Thanks to youtube-dl authors for creating such and amazing tool.