├── .gitattributes ├── .gitignore ├── Channel.conf ├── Default.conf ├── LICENSE ├── Playlist Reverse.conf ├── Playlist.conf ├── README.md ├── Short Name.conf ├── icon.png ├── retry.cmd ├── terminal-format.cmd ├── update-run-once.ahk ├── update.ahk └── ydl.ahk /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/.gitignore -------------------------------------------------------------------------------- /Channel.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/Channel.conf -------------------------------------------------------------------------------- /Default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/Default.conf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/LICENSE -------------------------------------------------------------------------------- /Playlist Reverse.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/Playlist Reverse.conf -------------------------------------------------------------------------------- /Playlist.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/Playlist.conf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/README.md -------------------------------------------------------------------------------- /Short Name.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/Short Name.conf -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/icon.png -------------------------------------------------------------------------------- /retry.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/retry.cmd -------------------------------------------------------------------------------- /terminal-format.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/terminal-format.cmd -------------------------------------------------------------------------------- /update-run-once.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/update-run-once.ahk -------------------------------------------------------------------------------- /update.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/update.ahk -------------------------------------------------------------------------------- /ydl.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pukkandan/YDL/HEAD/ydl.ahk --------------------------------------------------------------------------------