HOW TO SCRAP MUSIC BACKGROUND DATA FROM YOUTUBE VIDEO ?

mrsmilyy

Power Member
Joined
Dec 10, 2020
Messages
505
Reaction score
42
Hy everyone,

HOW TO SCRAP MUSIC BACKGROUND DATA FROM YOUTUBE VIDEO ?
 
ytmp3.cc I don't know if it's working but I was using it in 2019
 
If you have python knowledge atleast basic one you can use any library like 'pytube' using the parameter/argument only_audio then you would use a library like 'ffmpeg' if the output is in .mp4 video format to extract the audio to an mp3 audio format finally you will use a library like 'dejavu' or even Shazam to identify the background music via audio fingerprinting

Pytube : Official Github Repo
Ffmpeg : Official FFmpeg Repo
Dejavu : Official Dejavu Audio Fingerprinting Repo

However, if you don't want to install the libraries via Github, you can install them with Pip. Good luck !
 
If you have python knowledge atleast basic one you can use any library like 'pytube' using the parameter/argument only_audio then you would use a library like 'ffmpeg' if the output is in .mp4 video format to extract the audio to an mp3 audio format finally you will use a library like 'dejavu' or even Shazam to identify the background music via audio fingerprinting

Pytube : Official Github Repo
Ffmpeg : Official FFmpeg Repo
Dejavu : Official Dejavu Audio Fingerprinting Repo

However, if you don't want to install the libraries via Github, you can install them with Pip. Good luck !
I dont want to use shazam because it's not known music and the goal here is to go on the source code of youtube page vidéo and extract the musique but without any coding.. May be using tool or website or extension.
Thanks in Advance
 
If you only need this from time to time and you can handle skipping ads and closing tabs repeatedly, there is a solution that works, just attach 'pp' to YouTube link, so it becomes youtubepp.com/watch...
Example:
https://youtubepp.com/watch?si=5GDqyu-BOHrpJnXp&v=g5vazmCDixI

⚠️ Warning! The above link has annoying ads and it's opening new tabs on click.
But if you manage to get through everything, you can download an .mp3 file in the end.
I have no idea if this works better using AdBlock, test for yourself.

L.E.

⚠️ Second warning LOL the video content is cursing in Russian. NSFW, not for kids, open only if you know what you're doing OR not speaking Russian language
 
If you only need this from time to time and you can handle skipping ads and closing tabs repeatedly, there is a solution that works, just attach 'pp' to YouTube link, so it becomes youtubepp.com/watch...
Example:
https://youtubepp.com/watch?si=5GDqyu-BOHrpJnXp&v=g5vazmCDixI

⚠️ Warning! The above link has annoying ads and it's opening new tabs on click.
But if you manage to get through everything, you can download an .mp3 file in the end.
I have no idea if this works better using AdBlock, test for yourself.

L.E.

⚠️ Second warning LOL the video content is cursing in Russian. NSFW, not for kids, open only if you know what you're doing OR not speaking Russian language
Add pp on the end ? And i can donwload only background music ? I DONT WANT OTHER SOUND ON THE VIDEO LIKE SPEAKING OF SOUND EFFECT
 
Last edited:
ytmp3.cc I don't know if it's working but I was using it in 2019
donwload only background music ? I DONT WANT OTHER SOUND ON THE VIDEO LIKE SPEAKING OF SOUND EFFECT
 
Scrapping data straight from youtube especially music details breaks their rules. It is tricky and needs approval from the people who own the rights. Youtube usually talks about where the background music comes from. Look for music that iss free to use and gives credit. Put your effort into making good music instead of just copying data.
Hy everyone,

HOW TO SCRAP MUSIC BACKGROUND DATA FROM YOUTUBE VIDEO ?
 
I DONT WANT OTHER SOUND ON THE VIDEO LIKE SPEAKING OF SOUND EFFECT

For that, my friend, you need coding. Shouting on the forums doesn't help.
More precisely, you need some machine learning software, because to my knowledge YouTube doesn't provide audio in separate channels (background music, speaking, sound effects), it's all mixed and split in two channels left/right.
Someone more knowledgeable on the matter can correct me on this one, but I think I'm right.
So, try to find music models for AI. Not so many out there, but good luck!
 
For that, my friend, you need coding. Shouting on the forums doesn't help.
More precisely, you need some machine learning software, because to my knowledge YouTube doesn't provide audio in separate channels (background music, speaking, sound effects), it's all mixed and split in two channels left/right.
Someone more knowledgeable on the matter can correct me on this one, but I think I'm right.
So, try to find music models for AI. Not so many out there, but good luck!
I see this for tiktok usign octopus i dont know for yt
 
Back
Top