Skip to content

Commit

Permalink
readme, new videos, fix links (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikatuo authored Oct 11, 2024
1 parent b5e2c2c commit f170fbd
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 80 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,17 @@ This text inside the sidenote should be translated but NOT 'sidenote' above
This text inside important note should be translated but NOT 'important' above
:::
```

# Defold videos

The [videos](https://defold.com/videos/) on Defold's website are generated based on the [en.json](/defold/doc/blob/master/docs/en/en.json).

## Add new video

Add new video entry into [en.json](/defold/doc/blob/master/docs/en/en.json). You may do it "by hand" or try using the following [fetch_youtube_video_metadata.py](/defold/doc/blob/master/scripts/fetch_youtube_video_metadata.py) script to generate multiple entries.

```bash
python3 ./scripts/fetch_youtube_video_metadata.py "https://www.youtube.com/watch?v=R4oEB6e8G0A" "https://www.youtube.com/watch?v=iRDa8NAJtzQ"
```

Pro tip: use https://chatgpt.com or similar to summarize video descriptions
Loading

0 comments on commit f170fbd

Please sign in to comment.