Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Fetch individual Numerade (https://www.numerade.com) videos without purchasing a subscription.

Notifications You must be signed in to change notification settings

GooglyBlox/free-numerade-videos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerade Video Viewer [ARCHIVED]

⚠️ Project Status: Archived

This project has been archived due to Numerade implementing CloudFront signed URLs for their video content. The current method used by this script is no longer functional as the CDN now requires proper authentication via Key-Pair-Id and signatures.

Potential Future Development

As noted in response to a related issue:

Looks like I was right, CloudFront signing seems to be the case. The method I use for this script is definitely unusable now. There's potential for handling this how lucida handles it, where you use premium accounts to serve the content to users, but unfortunately, I don't think Numerade is so big of a platform that people would donate their paid accounts to help non-paying users.

I'll archive this repository for now, but if anyone at any point donates me a premium account to run some tests, I might be able to revive the project!

If you're interested in donating a premium Numerade account to help test and potentially revive this project, please contact me on any of my socials:

Original Project Description

The Numerade Video Viewer is a web application designed to provide easy access to Numerade videos without the need for a subscription. It serves as a proof of concept (POC) for a scraper that can bypass the subscription requirements on the Numerade platform.

Easy to Use: Simply input the URL of the Numerade question, and the video viewer will retrieve the video for you.

Bypass Subscription: This tool allows you to access Numerade's video content without needing a subscription.

Option 1: Web Application

  1. Open the Numerade Video Viewer website by cloning this repository to your machine.
  2. In the input box, paste the URL of the Numerade question you want to view. The URL should start with https://www.numerade.com/questions/ or https://www.numerade.com/ask/question/.
  3. Click the Submit button to process the link.
  4. The video will be displayed on the screen if available. You can watch it directly within the web application.

Option 2: Userscript

Alternatively, you can use the Numerade Video Viewer as a userscript. This allows you to automatically fetch and display the unlocked video directly on the Numerade question page.

Install Userscript

  1. Install a userscript manager extension like Tampermonkey or Violentmonkey in your browser.
  2. Click on the "Install Userscript" button above to install the userscript.
  3. Navigate to a valid Numerade question page, and the userscript will automatically execute, fetching and displaying the unlocked video where there would normally be a static paywall image.

Disclaimer

This application is a proof of concept and is intended for educational purposes only. It demonstrates the technical possibility of scraping web content and should not be used to infringe on the rights of Numerade or any other service.

Please note that this tool should be used responsibly and within the confines of legal and ethical boundaries. This project is not affiliated with Numerade.