Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3, Thu Nov 24 03:34:33 2022 UTC (23 months, 4 weeks ago) by namtsui
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
remove youtube
Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 11 20:58:32 2019 UTC (5 years, 8 months ago) by namtsui
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)
Summary: move plist file to correct directory. minor fixes.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 11 19:38:35 2019 UTC (5 years, 8 months ago) by namtsui
Branch: MAIN
Summary: youtube channels feature Youtube channels let you seed videos over many channels. youtube-chan is the main interface, where you specify what channel (e.g., quake2) you want to construct. The YAML playlist file contains a quake2 section. The hard work is done by youtube-dl to parse the channels which takes ~10 sec per file to output a JSON file. The JSON file is parsed by the perl scripts to output a file with some metadata and the URL. The JSON file should be removed afterward as it is a time-consuming process and the output plist files are useful.