npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vidlist

v2.0.0

Published

A command line tool to subscribe to youtube channels and view updates in a locally generated html file

Downloads

30

Readme

A simple command line program to subscribe to youtube channels and view thumbnail links of videos in a locally generated html page. No youtube/google account needed.

Install

  1. Have Node.js installed (any version higher than 6 should be fine)
  2. Run command npm install -g vidlist@latest and you are all set
    • To update run npm update -g vidlist
    • To uninstall, run npm uninstall -g vidlist
    • Unix may need sudo before commands
    • Windows may need running as admistrator

Use

  • Run and see vl --help
  • Note: The program will run the same with the names: vidlist, vl or sub

Common Usages Example

Subscribe to a youtube channel:

vl https://www.youtube.com/watch?v=EeNiqKNtpAA

or

vl -s https://www.youtube.com/watch?v=EeNiqKNtpAA

Pull update from channel feed, show update progress, generate HTML and then open the HTML with your default browser:

vl -upgo

Generated HTML use

  • Clicking on thumbnail takes to full width video embed link
  • Clicking on video title takes to normal youtube video view link
  • Hovering over channel name shows time since video published
  • Hovering over video title shows video description text
  • Channel list and links will be on the bottom of the page

Want to start with my recommended list of channels ?

  1. Save this file somewhere on your computer.
  2. Run: vl --import <location name of the downloaded file>

Features

  • Doesn't need any google account/API key
  • Latest videos are always on top
  • Everything runs and kept locally, no background processing
  • Does not require frontend javascript
  • Thumbnail image lazy-loading after first 10
  • Basic validation and XSS protection are in place
  • It is easy to see where in the index.js to edit to change CSS to one's liking
  • Can easily import or export subscription list as text (JSON) file

Changelog

  • 2.0.0
    • Fixed broken subscription option after youtube update
    • Updated packages
  • 1.1.0
    • Added thumbnail lazy-loading after first 10
  • 1.0.2
    • YouTube watch/user/channel/embed/shortcut URL are all correctly supported for subscribing
    • Better channel removal confirmation
  • 1.0.1
    • Dependency package versions updated
    • Progress text change bug fixed
  • 1.0.0
    • Identical to previous version 0.1.2, now following npm semantic versioning
  • 0.1.2
    • Fix bug that was causing channel name mismatch since 0.1.0
  • 0.1.1
    • --one multiple update status counter fix with -p
  • 0.1.0
    • Print status text on individual subscription
    • Open option will not wait for browser to close after opening the html on non-windows platforms if the open option was invoked when the default browser was not open already
    • Fixed channel name printing on console containing html entities
    • Added option to fetch updates from specific channel/s at a time
    • Fixed description text not being displayed properly on special characters
    • Fixed a minor wrongly ordered set of operations during subscribing
  • 0.0.9
    • Fixed html not opening in windows issue
  • 0.0.8
    • CSS changed
    • Channel name is now part of video tile instead of hover
    • Channel name hover displays relative time since video published
    • Fixed channel name escaping issue
    • Thumbnail embed link autoplays on click
    • Uses youtube.com instead of youtube-nocookie.com for embed link
  • 0.0.7
    • Prevent potential running of 'open' command until browser closes
  • 0.0.6
    • Minor progress/help texts fixes

This software was not produced by or directly for YouTube, LLC and has no affiliation with the LLC. Use this software only at your own volition.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.