moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
content-aggregation-examples [2018/10/29 06:12]
serbizadmin
content-aggregation-examples [2019/02/17 12:20]
serbizadmin
Line 2: Line 2:
 Content aggregation examples for [[library-box|Library in a Box]] and [[elibrary-system|Tambayayong eLibrary System]] (TeLS). Content aggregation examples for [[library-box|Library in a Box]] and [[elibrary-system|Tambayayong eLibrary System]] (TeLS).
  
-  * TED Talks+  * [[https://www.ted.com/talks/quick-list|TED Talks]]
 Download all high-quality TED Talks videos using [[https://aria2.github.io|aria2]] and [[http://metated.petarmaric.com/download.en.html|metalinks]]. Download all high-quality TED Talks videos using [[https://aria2.github.io|aria2]] and [[http://metated.petarmaric.com/download.en.html|metalinks]].
 <code> <code>
 aria2c http://metated.petarmaric.com/metalinks/TED-talks-grouped-by-publishing-year-in-high-quality.en.metalink aria2c http://metated.petarmaric.com/metalinks/TED-talks-grouped-by-publishing-year-in-high-quality.en.metalink
 </code> </code>
 +With the resulting files, you may generate the html code for user navigation purposes.
 +<code>
 +tree -H baseHREF >> index.html
 +</code>
 +You may, however, still have to clean parts of out the output code.
 +
 +  * Youtube playlist
 +Download using [[https://rg3.github.io/youtube-dl/|youtube-dl]]. Sample playlist here: [[https://www.youtube.com/playlist?list=PL9GwT4_YRZdBf9nIUHs0zjrnUVl-KBNSM|A History of Philosophy]] 
 +<code>
 +youtube# youtube-dl -i -f mp4 --yes-playlist https://www.youtube.com/watch?v=Yat0ZKduW18&list=PL9GwT4_YRZdBf9nIUHs0zjrnUVl-KBNSM
 +</code>
 +From there, general index using the //tree// command (as shown above).
 +\\
 +\\
 +====== GUI Download Tools ======
 +Alternative tools to download videos:
 +  * [[https://clipgrab.org|Clipgrab]]
 +\\
 +\\
 +====== See Also ======
 +  * [[eLib Contents Changelogs]]