Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
This zip file contains a copy of Rainer König's
videos about Org Mode - the ones in this playlist:

  https://www.youtube.com/playlist?list=PLVtKhBrRV_ZkPnBtt_TD1Cs9PJlU0IIdE

This zip file is mentioned in this page

  http://angg.twu.net/eev-wconfig.html

as an exercise: "...now that you have configured everything in eev,
download the zip file with Rainer König's videos, unpack it, and use
eev to learn Org!"



Here's how I downloaded these videos. These commands 

 (eepitch-shell)
 (eepitch-kill)
 (eepitch-shell)
  PL="https://www.youtube.com/playlist?list=PLVtKhBrRV_ZkPnBtt_TD1Cs9PJlU0IIdE"
  yt-dlp --get-id --skip-download $PL

generate an output like this:

  OrgMode E01S01: Headlines & outline mode
  sQS06Qjnkcc
  Orgmode E01S02: ToDo keywords
  15w3I6MwCfs
  OrgMode E01S03: Schedule, deadlines & agenda views
  IofHvutUWV0
  OrgMode E01S04: Repeating tasks
  nbC-gL5wcf4
  (...)

I edited that using keyboard macros and produced the commands below,
that download all the videos. Note that on my machine "youtube-dl"
runs this script,

  http://angg.twu.net/bin/youtube-dl.html
  http://angg.twu.net/bin/youtube-dl

that substitutes "youtube-dl -t" by
"yt-dlp -o '%(title)s-%(id)s.%(ext)s'".

 (eepitch-shell)
 (eepitch-kill)
 (eepitch-shell)
  f () {
    youtube-dl -t --restrict-filenames --write-auto-sub "http://www.youtube.com/watch?v=$2"
  }
  f 01 sQS06Qjnkcc "OrgMode E01S01: Headlines & outline mode"
  f 02 15w3I6MwCfs "Orgmode E01S02: ToDo keywords"
  f 03 IofHvutUWV0 "OrgMode E01S03: Schedule, deadlines & agenda views"
  f 04 nbC-gL5wcf4 "OrgMode E01S04: Repeating tasks"
  f 05 gvgfmED8RD4 "OrgMode E01S05: Checklists"
  f 06 GcUVvlClo9k "OrgMode E02S01: Tags"
  f 07 u00pglDfgX4 "OrgMode E02S02: Agenda view (advanced)"
  f 08 PJ3qHIl-eOM "OrgMode E02S03: Customized agenda views"
  f 09 nUvdddKZQzs "Orgmode E02S04: Drawers, Logging & quick notes"
  f 10 5M8L7vtWY1k "OrgMode E02S05: Archiving"
  f 11 R4QSTDco_w8 "OrgMode E03S01: Automatic logging of status changes"
  f 12 ECWtf6mAi9k "Orgmode E03S02: Splitting your system up to several files"
  f 13 Af4NVJbNAB4 "OrgMode E03S03: The first capture template(s)"
  f 14 ABrv_vnVbkk "OrgMode E03S04: The :PROPERTIES: drawer"
  f 15 Y3g8d-IwIT4 "OrgMode E03S05: Archiving to different files"
  f 16 9hxEEbUWJYA "OrgMode E04S01: Ordered tasks"
  f 17 lxkPeJS6keY "OrgMode E04S02: Timers"
  f 18 uVv49htxuS8 "Orgmode E04S03: Clocking (aka time tracking)"
  f 19 BfEAiWe3uvc "OrgMode E04S04: Column view"
  f 20 BeAtCVZpHCg "OrgMode E04S05: Effort estimates"
  f 21 eoIfLS4zMa8 "OrgMode E05S01: Linking (internal)"
  f 22 0TS3pTNGFIA "OrgMode E05S02: Linking (external)"
  f 23 KMlp9HUJI3s "OrgMode E05S03: Attachments"
  f 24 kPr0KMR1YdQ "OrgMode E05S04: Priorities"
  f 25 JHKrTsiz4JU "OrgMode E05S05: Tables"
  f 26 INE7n8EscvQ "OrgMode E06S01: Exporting"
  f 27 cTrizroQeL8 "OrgMode E06S02: Advanced exporting"
  f 28 ecRYNWtCvbs "OrgMode E06S03: Publishing"
  f 29 ldTx_CB5cRc "OrgMode E06S04: Dynamic blocks"
  f 30 acj3NhXlnnk "OrgMode E06S05: Tracking habits"
  f 31 X6rNQPlxbhM "OrgMode E07S01: Bulk agenda actions"
  f 32 -2RXhPV_zgc "Orgmode E07S02: Presenting my system"
  f 33 cIzzjSaq2N8 "OrgMode E07S03: Google Calendar integration"
  f 34 E-SZHFtiGGI "OrgMode E07S04: Source code in OrgMode"
  f 35 APhhHCBI8xc "OrgMode E07S05: Goal setting & Goal Tracking"
  f 36 odOKnNDKSIs "OrgMode - A third approach to goal setting & tracking"
  f 37 NqPhz8aqk2U "Orgmode TV - News about the future plans"
  f 38 l0SILI0U4BE "Orgmode TV - A new episode"
  f 39 be8TC-i-NpE "Orgmode-TV: How do I plan my days"
  f 40 EFKdMctqELk "My course is online on Udemy"

Here is the playlist in another format:

01: https://www.youtube.com/watch?v=sQS06Qjnkcc OrgMode E01S01: Headlines & outline mode
02: https://www.youtube.com/watch?v=15w3I6MwCfs Orgmode E01S02: ToDo keywords
03: https://www.youtube.com/watch?v=IofHvutUWV0 OrgMode E01S03: Schedule, deadlines & agenda views
04: https://www.youtube.com/watch?v=nbC-gL5wcf4 OrgMode E01S04: Repeating tasks
05: https://www.youtube.com/watch?v=gvgfmED8RD4 OrgMode E01S05: Checklists
06: https://www.youtube.com/watch?v=GcUVvlClo9k OrgMode E02S01: Tags
07: https://www.youtube.com/watch?v=u00pglDfgX4 OrgMode E02S02: Agenda view (advanced)
08: https://www.youtube.com/watch?v=PJ3qHIl-eOM OrgMode E02S03: Customized agenda views
09: https://www.youtube.com/watch?v=nUvdddKZQzs Orgmode E02S04: Drawers, Logging & quick notes
10: https://www.youtube.com/watch?v=5M8L7vtWY1k OrgMode E02S05: Archiving
11: https://www.youtube.com/watch?v=R4QSTDco_w8 OrgMode E03S01: Automatic logging of status changes
12: https://www.youtube.com/watch?v=ECWtf6mAi9k Orgmode E03S02: Splitting your system up to several files
13: https://www.youtube.com/watch?v=Af4NVJbNAB4 OrgMode E03S03: The first capture template(s)
14: https://www.youtube.com/watch?v=ABrv_vnVbkk OrgMode E03S04: The :PROPERTIES: drawer
15: https://www.youtube.com/watch?v=Y3g8d-IwIT4 OrgMode E03S05: Archiving to different files
16: https://www.youtube.com/watch?v=9hxEEbUWJYA OrgMode E04S01: Ordered tasks
17: https://www.youtube.com/watch?v=lxkPeJS6keY OrgMode E04S02: Timers
18: https://www.youtube.com/watch?v=uVv49htxuS8 Orgmode E04S03: Clocking (aka time tracking)
19: https://www.youtube.com/watch?v=BfEAiWe3uvc OrgMode E04S04: Column view
20: https://www.youtube.com/watch?v=BeAtCVZpHCg OrgMode E04S05: Effort estimates
21: https://www.youtube.com/watch?v=eoIfLS4zMa8 OrgMode E05S01: Linking (internal)
22: https://www.youtube.com/watch?v=0TS3pTNGFIA OrgMode E05S02: Linking (external)
23: https://www.youtube.com/watch?v=KMlp9HUJI3s OrgMode E05S03: Attachments
24: https://www.youtube.com/watch?v=kPr0KMR1YdQ OrgMode E05S04: Priorities
25: https://www.youtube.com/watch?v=JHKrTsiz4JU OrgMode E05S05: Tables
26: https://www.youtube.com/watch?v=INE7n8EscvQ OrgMode E06S01: Exporting
27: https://www.youtube.com/watch?v=cTrizroQeL8 OrgMode E06S02: Advanced exporting
28: https://www.youtube.com/watch?v=ecRYNWtCvbs OrgMode E06S03: Publishing
29: https://www.youtube.com/watch?v=ldTx_CB5cRc OrgMode E06S04: Dynamic blocks
30: https://www.youtube.com/watch?v=acj3NhXlnnk OrgMode E06S05: Tracking habits
31: https://www.youtube.com/watch?v=X6rNQPlxbhM OrgMode E07S01: Bulk agenda actions
32: https://www.youtube.com/watch?v=-2RXhPV_zgc Orgmode E07S02: Presenting my system
33: https://www.youtube.com/watch?v=cIzzjSaq2N8 OrgMode E07S03: Google Calendar integration
34: https://www.youtube.com/watch?v=E-SZHFtiGGI OrgMode E07S04: Source code in OrgMode
35: https://www.youtube.com/watch?v=APhhHCBI8xc OrgMode E07S05: Goal setting & Goal Tracking
36: https://www.youtube.com/watch?v=odOKnNDKSIs OrgMode - A third approach to goal setting & tracking
37: https://www.youtube.com/watch?v=NqPhz8aqk2U Orgmode TV - News about the future plans
38: https://www.youtube.com/watch?v=l0SILI0U4BE Orgmode TV - A new episode
39: https://www.youtube.com/watch?v=be8TC-i-NpE Orgmode-TV: How do I plan my days
40: https://www.youtube.com/watch?v=EFKdMctqELk My course is online on Udemy


These videos are considered one of the best ways to learn Org. For
example, in this list of tutorials they appear in the first place:

  https://orgmode.org/worg/org-tutorials/index.html

In these two links

   https://www.youtube.com/watch?v=EFKdMctqELk My course is online on Udemy
   https://koenig-haunstetten.de/2020/10/03/org-mode-course-approved/

Rainer explains how he made rerecorded versions of all these videos
with several nice new features, and transformed that into a course on
Udemy. If you like the videos, please consider buying the course!
When I asked Rainer if I could make this zip file he answered this:

  Hi Eduardo,
  
  I just did a bulk "set license" to Creative Commons BY for all the
  Org Mode videos in my YouTube channel, so you can use them without
  any problems.
  
  The official promotion link for the course on Udemy is this:
  https://www.udemy.com/course/getting-yourself-organized-with-org-mode/?referralCode=D0CB0D077ED5EC0788F7

  Tell your audience that Udemy regularly does discount sales, so if
  there is no current discount they can wait a few days and try again.
  I did all this not for the money, but for the mission. So nobody
  should worry that I will die in poverty, its fine if people go for
  the discounts. ;-)
  
  Best regards
  Rainer



Cheers =),
  Eduardo Ochs
  http://angg.twu.net/
  http://angg.twu.net/#eev
  http://angg.twu.net/#eev-blogposts
  http://angg.twu.net/eev-wconfig.html
  2022may08