https://github.com/taext/davesradio
https://github.com/taext/davesradio
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taext/davesradio
- Owner: taext
- Created: 2020-01-18T09:02:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T17:54:34.000Z (over 6 years ago)
- Last Synced: 2025-03-27T06:30:57.046Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)