Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbess/ytlinker
Simple YouTube linker - Flask app to display full video title names for use on iPad or other mobile devices.
https://github.com/cbess/ytlinker
Last synced: about 1 month ago
JSON representation
Simple YouTube linker - Flask app to display full video title names for use on iPad or other mobile devices.
- Host: GitHub
- URL: https://github.com/cbess/ytlinker
- Owner: cbess
- Created: 2011-08-29T02:52:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-04T23:17:08.000Z (over 12 years ago)
- Last Synced: 2024-04-14T15:44:22.716Z (7 months ago)
- Language: Python
- Homepage: http://yt-linker.appspot.com/
- Size: 727 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YouTube Linker
==============Provides full title text for YouTube videos.
Requirements
------------* Flask 0.7.x
* AppSpot environmentBack story and purpose
----------------------Problem: The YouTube app does not display the entire video title in the playlist.
YouTube video title:
This is a long title that is common for me part 1 of 7
This is a long title that is common for me part 2 of 7
Displays as:
This is a long title...
This is a long title...The final output does not help me find the next video.
Even worst, YouTube does not always place the videos in order.Background:
I made this for two reasons:
1. I became frustrated with the truncated links in the iPad YouTube app
2. I was about to eat in an hour and wanted to watch videos while I prepared my food.
This is my first time using App Spot (I finally used my account) and my first Flask app deployed (I usually work with Django).
This only took me ~45 mins to commit and deploy (from thought to appspot). I plan on working on it upon request or when I need an update.This works best for folks who use a mobile device to watch videos within playlists on YouTube.
What I learned:
* Google AppSpot is crazy awesome for quick apps.
* Flask is banging.
* AppSpot + Flask == All the speed of PHP deployments with none of the disadvantages (to many to name).
Author and license
------------------[yt-linker](https://github.com/cbess/ytlinker),
Copyright 2011, [C. Bess](http://cbess.blogspot.com)Licensed under the MIT