Xmillsa's Youtube Downloader

A simple script to enable in browser downloading of Youtube videos, no external scripts required.

These are versions of this script where the code was updated. Show all versions.

  • v0.2.4 2019-04-26 Actually Fixed this time... Helps if you actually test your fixes before committing... Still no combined video and audio, but at least something is working.
  • v0.2.3 2019-04-26 Update ytDownloader.user.js Quick fix for missing links. Still missing "combined audio and video" links, will look into this later as I couldn't find where they've been moved to...
  • v0.2.2 2018-12-31 Reverted some changes, can't seem to find away around Network errors, occur randomly but only after a download, most likely Youtube blocking but will look into it more, for now a simple refresh does the trick.
  • v0.2.2 2018-12-31 Removed delay, broke the file.
  • v0.2.1 2018-12-31 Added a slight delay between each fetch request and reduced the max requests to 12 (from 16), unconfirmed but Youtube may be blocking multiple requests made at the same time, have noticed a few failed downloads with a simple NetworkError response, may need to look into this more.
  • v0.2.1 2018-12-30 Changed the a tags href links to the source of the video it relates to, allows right-click save-as downloading if required. Also some slight modifications to the CSS and a small footer note to show the two options of downloading., Some more small CSS changes.
  • v0.2.0 2018-12-30 Changed the download mimetype from video/mp4 to application/octet-stream. Remove some commented code and changed some let to const., Changed a few more let to const.
  • v0.2.0 2018-12-29 New method of downloading videos., Updated the version number
  • v0.1.3 2018-12-28 Updated version number to allow scripts to update remotely.
  • v0.1.2 2018-12-28 Added @license and @icon for the script.
  • v0.1.2 2018-12-27 Check for missing 'contentLength' from youtube.
  • v0.1.2 2018-12-27 A few comment updates., Updated README and a few coding style changes in the script, Merge branch 'dev' Updates and fixes from dev.
  • v0.1.1 2018-12-24 Trying some new things... probably broken., A re-write, cleaner code. Removed old code, currently the script will not display links, that is next., Complete re-write is complete, all functionality working, lots of comments for reading through. Code optimisations/error catching is still required, however core functionality is working., Merge pull request #1 from xmillsa/dev Re-write
  • v0.0.6 2018-12-22 Fixed missing node.
  • v0.0.5 2018-12-21 Formatting / Finalising for Master
  • v0.0.5 2018-12-21 Imported from URL