Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
walaboi47647y@Jilano
Feel free to checkout my script on github
https://github.com/pbhoiwala/...
If you're interested, let me know, I'll add some instructions on how to set it up. -
@pbhoiwala I've been planning on setting something similar up, but due to my slow internet it's pointless for a while still. Please do post instructions?
-
walaboi47647y@SlipperyGloves @Jilano @TheCapeGreek @jabrekadabre
Guys, I've refactored my code and added a README.md file. It might seem complicated but trust me, it's not. Once it works, it'll be like magic.
Let me know if you've any issues. @Kimmax Thanks for contributing to `youtube_dl` -
mngr9407yI am happy that you wrote this on py3!! :D
Youtube_dl is a very nice library! Thank you!
Related Rants
I automated the process of downloading songs from YouTube and transferring them to my phone.
This is how it works, very simple:
- I have a youtube playlist in which I add songs that I'd like to download
- When I run my python script, it parses my playlist and checks to see if I have added any new songs that aren't already downloaded
- Uses a library to download MP3 for all the songs I want to download
- Transfers all those MP3 files to a designated folder that is tracked by Google Music manager
- Google Music manager syncs those songs to my phone and downloads them for offline playback
That's it 😎 No need for YouTube Red
I'm going to run this script 24x7 on a Raspberry Pi, so everytime I add a new song to the playlist, script starts it's job without me running the script manually.
undefined
song
automation
python