This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
content-aggregation-examples [2018/10/29 06:09] serbizadmin created |
content-aggregation-examples [2020/06/13 15:10] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | * TED Talks | + | ====== Content Aggregation Examples ====== |
| + | Content aggregation examples for [[library-box|Library in a Box]] and [[elibrary-system|Tambayayong eLibrary System]] (TeLS). | ||
| + | |||
| + | | ||
| Download all high-quality TED Talks videos using [[https:// | Download all high-quality TED Talks videos using [[https:// | ||
| < | < | ||
| aria2c http:// | aria2c http:// | ||
| </ | </ | ||
| + | With the resulting files, you may generate the html code for user navigation purposes. | ||
| + | < | ||
| + | tree -H baseHREF >> index.html | ||
| + | </ | ||
| + | You may, however, still have to clean parts of out the output code. | ||
| + | |||
| + | * Youtube playlist | ||
| + | Download using [[https:// | ||
| + | < | ||
| + | youtube# youtube-dl -i -f mp4 --yes-playlist https:// | ||
| + | </ | ||
| + | From there, general index using the //tree// command (as shown above). | ||
| + | \\ | ||
| + | \\ | ||
| + | ====== GUI Download Tools ====== | ||
| + | Alternative tools to download videos: | ||
| + | * [[https:// | ||
| + | \\ | ||
| + | \\ | ||
| + | ====== See Also ====== | ||
| + | * [[eLib Contents Changelogs]] | ||