DOWNLOAD_DIR = pathlib.Path("raw_clips") DOWNLOAD_DIR.mkdir(exist_ok=True)
| ✔️ | Item | How to satisfy | |----|------|----------------| | ✅ | | Keep a log of each video URL, uploader, and publish date. | | ✅ | Fair‑use / Transformative | Trim to <30 s, add commentary, background music, and visual overlays. | | ✅ | Attribution | Add a credit slide (e.g., “Clip by @username – YouTube”) and list them in the video description. | | ✅ | Monetisation policy | If you plan to monetize, double‑check YouTube’s “re‑used content” policy. | | ✅ | Music rights | Use royalty‑free tracks (e.g., from YouTube Audio Library) or create your own. | DOWNLOAD_DIR = pathlib