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
content-aggregation-examples [2018/11/01 02:41]
serbizadmin
content-aggregation-examples [2020/06/13 15:10] (current)
Line 11: Line 11:
 tree -H baseHREF >> index.html tree -H baseHREF >> index.html
 </code> </code>
 +You may, however, still have to clean parts of out the output code.
  
   * Youtube playlist   * 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]] +Download using [[https://rg3.github.io/youtube-dl/|youtube-dl]]. See also [[https://itsfoss.com/download-youtube-linux/|this]]. Sample playlist here: [[https://www.youtube.com/playlist?list=PL9GwT4_YRZdBf9nIUHs0zjrnUVl-KBNSM|A History of Philosophy]] 
 <code> <code>
 youtube# youtube-dl -i -f mp4 --yes-playlist https://www.youtube.com/watch?v=Yat0ZKduW18&list=PL9GwT4_YRZdBf9nIUHs0zjrnUVl-KBNSM youtube# youtube-dl -i -f mp4 --yes-playlist https://www.youtube.com/watch?v=Yat0ZKduW18&list=PL9GwT4_YRZdBf9nIUHs0zjrnUVl-KBNSM
 </code> </code>
 From there, general index using the //tree// command (as shown above). 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]]