Remove and fix outdated usage examples and features that don't work anymore - #1189
Open
balumohan-azure wants to merge 2 commits into
Open
Remove and fix outdated usage examples and features that don't work anymore#1189balumohan-azure wants to merge 2 commits into
balumohan-azure wants to merge 2 commits into
Conversation
Fix examples that do not work as mentioned in LuanRT#1171 Remove outdated usage examples and features that don't work anymore There are lots of usage examples that are either too outdated or don't work anymore because YouTube changed something. We should try cleaning things up a bit later.
This package.json file sets up a project for downloading YouTube videos using the SABR streaming protocol, including necessary dependencies and scripts.
This comment was marked as outdated.
This comment was marked as outdated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1171 “There are lots of usage examples that are either too outdated or don't work anymore because YouTube changed something. We should try cleaning things up a bit later.”
Issue Link: #1171
I am trying to fix one example which is not working currently. This is my first PR to this repo. Please suggest if I am following the conventions correctly.