Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
PSYouTubeExtractor ("BetterYouTube") Edit: This was a nice experiment, but there's now a better solution that doesn't involve UIWebViews: https://github.com/larcus94/LBYouTubeView Displaying YouTube is a pain in the ass. This class makes it a lot more bearable by trying to extract the native mp4 when available. If that doesn't work, we fall back to the UIWebView YouTube plugin. There are two classes available: PSYouTubeExtractor Does some crazy things behind the scenes and extracts the mp4 of a YouTube video. I use an UIWebView to get the data, as Google does a pretty good job of obfuscating their html content. [PSYouTubeExtractor extractorForYouTubeURL:self.youTubeURL success:^(NSURL URL) { NSLog(@"Finished extracting: %@", URL); // show the movie! } failure:^(NSError error) { NSLog(@"Failed to query mp4: %@", error); }]; Note that PSYouTubeExtractor is not a NSOperation, as there's some craziness behind the scenes that needs a RunLoop (and I don't wanna mess around with runloops in NSOperation). The class retains itself until either success or failure is called, or until you send cancel to it. The blocks are nullified afterwards, so don't worry about retain cycles.
| Stars | 193 |
| Forks | 22 |
| Language | Objective-C |
| Category | AI Tool |
| Quality Score | 46.721046147878/100 |
| Open Issues | 1 |
| Last Updated | 2012-05-28 |
| Created | 2012-02-09 |
| Est. Tokens | ~10k |
Looking for a PSYouTubeExtractor alternative? If you're comparing PSYouTubeExtractor with other ai tool tools, these 5 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Open-source AI research assistant for biomedicine — chat to run RNA-seq, drug discovery, clinical analysis, an
Skills I use with Claude for shaping
A tool to make socks connections through HTTP agents
Skip to content github / docs Code Issues 80 Pull requests 35 Discussions Actions Projects 2 Security Insights
.NET MAUI skills for GitHub Copilot and Claude Code
Explore other popular ai tool tools:
PSYouTubeExtractor is Display YouTube URLs in a MPMoviePlayerController. It is categorized as a AI Tool with 193 GitHub stars.
PSYouTubeExtractor is primarily written in Objective-C.
You can find installation instructions and usage details in the PSYouTubeExtractor GitHub repository at github.com/steipete/PSYouTubeExtractor. The project has 193 stars and 22 forks, indicating an active community.
The top alternatives to PSYouTubeExtractor on Agent Skills Hub include MedgeClaw, shaping-skills, pivotnacci. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.