aboutsummaryrefslogtreecommitdiff
path: root/Changelog.md
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-02-05 05:02:41 +0530
committerpukkandan <pukkandan@gmail.com>2021-02-05 05:02:41 +0530
commit0fd1a2b0bf40afb41a3b0ad0c770f7f36f8467fd (patch)
treeaa733a67b8b9f27c44e3a7e42f007706f6059fdc /Changelog.md
parentc25228e5da88bb4eaba3034b1fb129c257f9a219 (diff)
[version] update (and linter)
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md
index 4154acc47..fb81663af 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -19,10 +19,11 @@
### 2021.02.04
* **Merge youtube-dl:** Upto [2021.02.04.1](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.04.1)
-* **Date/time formatting in output template:** You can now use [`strftime`](https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes) to format date/time fields. Example: `%(upload_date>%Y-%m-%d)s`
+* **Date/time formatting in output template:**
+ * You can use [`strftime`](https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes) to format date/time fields. Example: `%(upload_date>%Y-%m-%d)s`
* **Multiple output templates:**
- * Seperate output templates can be given for the different metadata files by using `-o TYPE:TEMPLATE`
- * The alowed types are: `subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson`
+ * Separate output templates can be given for the different metadata files by using `-o TYPE:TEMPLATE`
+ * The allowed types are: `subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson`
* [youtube] More metadata extraction for channel/playlist URLs (channel, uploader, thumbnail, tags)
* New option `--no-write-playlist-metafiles` to prevent writing playlist metadata files
* [audius] Fix extractor