All Projects → dxwc → vidlist

dxwc / vidlist

Licence: other
Command line program to subscribe to youtube channels and view link/thumbnail in a locally generated html page

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vidlist

Memberprism2
open source alternative to memberstack / memberspace , but with both front and backend member-only content protection
Stars: ✭ 171 (+451.61%)
Mutual labels:  subscription
AdBlock-Acceleration
Accelerated subscription for international/China region ad filtering rules(国际/中国地区广告过滤规则的加速订阅)
Stars: ✭ 327 (+954.84%)
Mutual labels:  subscription
ssr-decode
一个解析Shadowsocks/ShadowsocksR/V2Ray订阅链接(http/ss/ssr/vmess)并生成json配置文件的百行shell小脚本
Stars: ✭ 53 (+70.97%)
Mutual labels:  subscription
Purchases Flutter
Flutter in-app purchases and subscriptions made easy. iOS and Android support.
Stars: ✭ 181 (+483.87%)
Mutual labels:  subscription
AuthorizeCIM
Authorize.net CIM, AIM, and ARB Functions for Go Language
Stars: ✭ 36 (+16.13%)
Mutual labels:  subscription
direct-stripe
Stripe payment button for WordPress websites
Stars: ✭ 12 (-61.29%)
Mutual labels:  subscription
Vue Supply
Create resources that can automatically be activated and deactivated when used (like subscriptions)
Stars: ✭ 162 (+422.58%)
Mutual labels:  subscription
golang-gqlgen-reactjs-subscription-demo
GraphQL Subscription with Golang/React JS & React Apollo Client Subscription
Stars: ✭ 29 (-6.45%)
Mutual labels:  subscription
recurly
A Recurly API client written in golang. Actively maintained and unit tested. No external dependencies.
Stars: ✭ 40 (+29.03%)
Mutual labels:  subscription
cordova-plugin-purchases
Cordova in-app purchases and subscriptions made easy.
Stars: ✭ 52 (+67.74%)
Mutual labels:  subscription
Amazon Mws
Amazon MWS NodeJS Wrapper
Stars: ✭ 196 (+532.26%)
Mutual labels:  subscription
Final Form
🏁 Framework agnostic, high performance, subscription-based form state management
Stars: ✭ 2,787 (+8890.32%)
Mutual labels:  subscription
ng-observe
Angular reactivity streamlined...
Stars: ✭ 65 (+109.68%)
Mutual labels:  subscription
Graphene Django Subscriptions
This package adds support to Subscription's requests and its integration with websockets using Channels package.
Stars: ✭ 173 (+458.06%)
Mutual labels:  subscription
subscribie
Collect recurring payments online - subscription payments collection automation
Stars: ✭ 36 (+16.13%)
Mutual labels:  subscription
Laraplans
SaaS style recurring plans for Laravel.
Stars: ✭ 163 (+425.81%)
Mutual labels:  subscription
qb-rss-manager
qBittorrent rss订阅规则管理, 支持Docker环境, 群晖, Windows桌面, Linux桌面的qb. 推荐直接使用懒人包体验完整功能.
Stars: ✭ 134 (+332.26%)
Mutual labels:  subscription
won
A new way to see HTML Web Pages
Stars: ✭ 15 (-51.61%)
Mutual labels:  html-page
fiware-meteoroid
Meteoroid realizes integrating Function as a Service(FaaS) capabilities in FIWARE. It provides a management interface specialized for FaaS and FIWARE.
Stars: ✭ 13 (-58.06%)
Mutual labels:  subscription
WF-website
Website for Western Friend, part of the Religious Society of Friends
Stars: ✭ 34 (+9.68%)
Mutual labels:  subscription

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].