cgtn-videos

Python package fetch the video URLs and metadata from CGTN website


Keywords
china, chinese, cgtn, video, kodi, xbmc
License
MIT
Install
pip install cgtn-videos==0.0.4

Documentation

cgtn_videos

Introduction

cgtn_videos is a python package to retrieve video links and meta data from the CGTN (China Global Television Network) website.

The data is retrieved from the CGTN website

Installation

Install with pip

Run pip install cgtn-videos

Install from source

git clone https://github.com/boeboe/cgtn-videos.git

Run python setup.py install

Run tests

Run make tests

Usage

Some examples on how to use this package.

from cgtn_videos import *

print("Check the tests folder for example usage")