Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/answerquest/youtube-channel-browser
Single HTML file. Enter a youtube channel or playlist id, and browse through all its videos with their details and descriptions. 500 or even more at a time. A javascript function that batch-loads RSS feeds from youtube and parses the data. Thumbnails of videos shown.
https://github.com/answerquest/youtube-channel-browser
Last synced: 29 days ago
JSON representation
Single HTML file. Enter a youtube channel or playlist id, and browse through all its videos with their details and descriptions. 500 or even more at a time. A javascript function that batch-loads RSS feeds from youtube and parses the data. Thumbnails of videos shown.
- Host: GitHub
- URL: https://github.com/answerquest/youtube-channel-browser
- Owner: answerquest
- License: mit
- Created: 2015-03-18T08:53:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T09:51:11.000Z (over 9 years ago)
- Last Synced: 2023-02-28T20:26:37.716Z (over 1 year ago)
- Language: HTML
- Size: 188 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# youtube-channel-browser
Everything in one single HTML file. Enter a youtube channel or playlist id, and browse through all its videos with their details and descriptions. 500 or even more at a time.A javascript function batch-loads RSS feeds from youtube and parses the data, rendering information like title, duration, date of publishing, description and thumbnail into a table. This makes it a lot more convenient, and fast on slower computers, to browse through long list of videos, and read all their descriptions in one place.
Though the youtube feed server only returns 50 entries at a time, the script batch-loads consecutive feeds and displays them all in a row.
This is useful to create a catalogue of all videos published by a channel. Saving the file using Ctrl+S *works*.. there is no change in functionality, AND whatever content was being displayed gets saved as basic HTML into the saved file inside the
tag whose innerHTML is being used to show the output.Compatibility : Works in Firefox browser, tested in v32.