Script Name:
                  PiotrekD's YouTube script
                
                Version: 1.0
                Author: PiotrekD
                Script Date: 28/08/2017
                Category: Not specified
                Downloads: 229
                
                  File Name:
                  youtube.tar.gz
                
                
                  Short Description:
                  A very simple (and a bit messy) YouTube script that works with the third version of YouTube API (YouTube Data API v3). 
Requires TSL and a free API key.
                
              
              
                Extended Description File
                
# PiotrekD's YouTube scrips
# ##
# A very simple (and a bit messy) YouTube script that works with the third
#   version of YouTube API (YouTube Data API v3).
# Scans every line for links to YT videos and prints basic information
#   (title, author and date of uploading) about one if it's found.
# Supports only one link in a line. (How often do you put more?)
# Requires TSL.
# ##
# Copyright (c) 2017 Piotr "PiotrekD" Doroszewski
# You can do everything you want with this code,
#   just mention me as the oryginal author.
# ##
# ## Settings ## #
# Put your YouTube API key here.
# You can get it for free; it's simple and there are a few
#   tutorials about doing it on the Internet.
set youtube_api_key <apikey>
################
package require http
package require tls