This Transport allows you to create a fedwiki ghost page from the data displayed on CCC-TV site - media.ccc.de .
Simply drag and drop a video page url from this site onto the transporter:
https://livecode.world/ccc_video
# About
This plugin is an experimental web page scraper coded in LiveCode. The web service does the following things:
* Fetches the HTML of the video page * Runs this through html-tidy using shell() to create a valid xml/xhtml document * Painfully steps through the xhtml to find the relevant sections • Constructs the wiki page json
# Code
# To Do
The plugin is an initial sketch to see how reliable scraping HTML can be for sites that do no expose an API.