Here are
429 public repositories
matching this topic...
Personal App that turned into "alpha released app" v2
Updated
Mar 25, 2022
Swift
A browser extension that allows you to see dislikes on a youtube video after the youtube update
Updated
Apr 8, 2022
JavaScript
Script automatically adds videos to playlists from Youtube channels and/or subscriptions (Youtube Collections alternative).
Updated
Apr 6, 2022
JavaScript
Download YouTube comments from numerous videos, playlists, and channels for archiving, general search, and showing activity.
Updated
Feb 12, 2022
Java
Angular6 music player to search and play YouTube, SoundCloud and Mixcloud tracks
Updated
Apr 12, 2022
TypeScript
A simple Python wrapper around for YouTube Data API ✨ 🍰 ✨ .
Updated
Mar 16, 2022
Python
Convert your YouTube channel into a native Android app using YouTube Data API v3.
Updated
Jul 23, 2021
Kotlin
A way to host your own API that converts youtube video's to mp3/mp4 and returns a download/stream link and information.
Automatically downloads youtube subscriptions
Updated
Apr 28, 2022
JavaScript
Fully Automated YouTube Channel ▶️ with Added Extra Features (Automated Title, Description, Tags, Watermark and much more)
Updated
Feb 10, 2022
Python
YTLiveStreaming is a framework for creating live broadcasts and video streams on YouTube using the YouTube Live Streaming API (YouTube Data API v3) in Swift 5 with Xcode 11 and later
Updated
Jun 23, 2021
Swift
Web-tool to search YouTube for geographically tagged videos by channel, topic, and location. Videos are viewable in a map and exportabled to CSV.
Updated
May 2, 2022
JavaScript
A quick way to gather all the metadata about a video, playlist, or channel from the YouTube API.
Updated
May 2, 2022
JavaScript
RE-imagined Youtube music player for web (& desktop)
Updated
Jul 17, 2019
JavaScript
PHPVibe Open source video CMS / Video Sharing CMS / Youtube Api v3 / Video Embeds
A Laravel wrapper over Youtube API v3, with customized functionalities
A plugin for Minecraft Forge that provides an API for YouTube live chat services
Android app for downloading media from YouTube with 4K Support (Beta)
Updated
Oct 30, 2019
Java
A Python script to fetch tracks of music channels on Youtube, find them on Spotify and add them to a playlist
Updated
Apr 20, 2019
Python
An Android App used for searching and playing videos from YouTube. Used: Youtube Data API v3, YouTube Player API
An easy-to-use, YouTube video downloader, without pesky ads or malware.
Android sample project that fetch (liked) videos from your youtube channel or any playlist.
A sample app with Tab layout, Recyler view and Youtube API Integrated in Kotlin
Updated
Jun 16, 2017
Kotlin
YouTube quick ⚡ Search and Download Music for Free.
Updated
Apr 19, 2017
HTML
YouTube API – YouTube API to fetch all videos on a channel | Channels: list | YouTube Data API | Monster Techno
Updated
Dec 10, 2018
Java
CLI tool to search for YouTube videos and play selected video/audio via MPV
Updated
May 2, 2022
Python
Subtify is open-source platform that helps you to find words in subtitles or captions from YouTube videos quickly, and it's 100% free!
Updated
Jun 12, 2021
HTML
This is a youtube data API v3 wrapper that can be integrated into any python app basically in the web app which recommends youtube videos
Updated
Dec 29, 2021
Python
Improve this page
Add a description, image, and links to the
youtube-api-v3
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
youtube-api-v3
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
TESTS
Tests for
get_captions
Located in
test_captions_methods.py
Function Tested
def get_captions(self, video_id, lang_code='en', parser=P.parse_caption_track, **kwargs)
TO DO
Tests for
get_channel_id_from_user
Located in `test_channel_methods.