Python Forum
How to get python to download YouTube videos in the background?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get python to download YouTube videos in the background?
#5
(Mar-24-2019, 11:43 AM)metulburr Wrote: im not sure if this is still accurate in the process, but if so you can replicate it in python.
https://www.computing.dcu.ie/~humphrys/N...utube.html
Hmm why try an old method that for sure will not work now,youtube-dl is always updated as a lot people work on it.
Also support a lot of other video sites youtube-dl supported sites.

Basic usage is simple youtube-dl url_link
Example get video:
λ youtube-dl https://www.youtube.com/watch?v=d8OI9FllKfg
[youtube] d8OI9FllKfg: Downloading webpage
[youtube] d8OI9FllKfg: Downloading video info webpage
[youtube] d8OI9FllKfg: Downloading js player vflGPko2h
[download] Destination: Komodo - (I Just) Died In Your Arms-d8OI9FllKfg.f248.webm
[download] 100% of 30.32MiB in 00:16
[download] Destination: Komodo - (I Just) Died In Your Arms-d8OI9FllKfg.f251.webm
[download] 100% of 4.14MiB in 00:02
[ffmpeg] Merging formats into "Komodo - (I Just) Died In Your Arms-d8OI9FllKfg.webm"
Deleting original file Komodo - (I Just) Died In Your Arms-d8OI9FllKfg.f248.webm (pass -k to keep)
Deleting original file Komodo - (I Just) Died In Your Arms-d8OI9FllKfg.f251.webm (pass -k to keep
Example get MP3 in highest quality:
λ youtube-dl --extract-audio --audio-format mp3 --audio-quality 0 https://www.youtube.com/watch?v=d8OI9FllKfg
[youtube] d8OI9FllKfg: Downloading webpage
[youtube] d8OI9FllKfg: Downloading video info webpage
[youtube] d8OI9FllKfg: Downloading js player vflGPko2h
[download] Destination: Komodo - (I Just) Died In Your Arms-d8OI9FllKfg.webm
[download] 100% of 4.14MiB in 00:02
[ffmpeg] Destination: Komodo - (I Just) Died In Your Arms-d8OI9FllKfg.mp3
Reply


Messages In This Thread
RE: How to get python to download YouTube videos in the background? - by snippsat - Mar-24-2019, 12:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python multiprocessing to download sql table mg24 5 1,632 Oct-31-2022, 03:53 PM
Last Post: Larz60+
  download with internet download manager coral_raha 0 3,073 Jul-18-2021, 03:11 PM
Last Post: coral_raha
  How to make a bot in pycharm for youtube for automatically adding python comments kodek2222 1 2,165 Jan-21-2021, 12:47 PM
Last Post: Aspire2Inspire
  download pubmed PDFs using pubmed2pdf in python Wooki 8 5,740 Oct-19-2020, 03:06 PM
Last Post: jefsummers
  How can I download Python files from GitHub? bitcoin10mil 2 2,901 Aug-26-2020, 09:03 PM
Last Post: Axel_Erfurt
  win32 API: Launch Application to RDP session from background process python script rangeshgupta 0 2,232 May-28-2020, 09:41 PM
Last Post: rangeshgupta
Big Grin python download manager with progressbar (not gui) ghostblade 1 1,992 Apr-23-2020, 11:05 AM
Last Post: snippsat
  Python Download GillietheSquid 2 2,104 Mar-27-2020, 09:15 PM
Last Post: GillietheSquid
  How to check if video has been deleted or removed in youtube using python Prince_Bhatia 14 12,194 Feb-21-2020, 04:33 AM
Last Post: jehoshua
  How to background another process in Python? Kalet 2 2,574 Oct-21-2019, 05:17 AM
Last Post: newbieAuggie2019

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020