An open API service indexing awesome lists of open source software.

https://github.com/taext/davesradio


https://github.com/taext/davesradio

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# davesradio

## newest episodes (apr. 500)

Downloads updated [newest](https://raw.githubusercontent.com/taext/powercasts/master/newest.txt) podcasts list and plays randomly in VLC

- linux [executable](http://v1d.dk/linux/davesradio) download

- linux bash oneliner (paste in terminal)

curl -s http://v1d.dk/p/davesradio.py | python 2> /dev/null

- windows powershell oneliner (paste in powershell)

(curl http://v1d.dk/p/davesradio.py -UseBasicParsing).Content | python


## all episodes (88K)

Downloads updated [all](https://raw.githubusercontent.com/taext/powercasts/master/podcasts_opml.txt) podcasts list and plays randomly in VLC

- linux [executable](http://v1d.dk/linux/davesradio_all) download

- linux bash oneliner (paste in terminal)

curl -s http://v1d.dk/p/davesradio_all.py | python 2> /dev/null

- windows powershell oneliner (paste in powershell)

(curl http://v1d.dk/p/davesradio_all.py -UseBasicParsing).Content | python


python [script](v1d.dk/p/davesradio.py) download (newest)

python [script](v1d.dk/p/davesradio.py_all) download (all)