Xmillsa's Youtube Downloader

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

Zoznam verzií skriptu, ktorých kód bol aktualizovaný. Zobraziť všetky verzie.

  • v0.2.4 26.04.2019 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 26.04.2019 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 31.12.2018 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 31.12.2018 Removed delay, broke the file.
  • v0.2.1 31.12.2018 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 30.12.2018 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 30.12.2018 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 29.12.2018 New method of downloading videos., Updated the version number
  • v0.1.3 28.12.2018 Updated version number to allow scripts to update remotely.
  • v0.1.2 28.12.2018 Added @license and @icon for the script.
  • v0.1.2 27.12.2018 Check for missing 'contentLength' from youtube.
  • v0.1.2 27.12.2018 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 24.12.2018 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 22.12.2018 Fixed missing node.
  • v0.0.5 21.12.2018 Formatting / Finalising for Master
  • v0.0.5 21.12.2018 Imported from URL