aboutsummaryrefslogtreecommitdiff
path: root/devscripts
diff options
context:
space:
mode:
Diffstat (limited to 'devscripts')
-rw-r--r--devscripts/changelog_override.json6
-rwxr-xr-x[-rw-r--r--]devscripts/cli_to_api.py2
2 files changed, 8 insertions, 0 deletions
diff --git a/devscripts/changelog_override.json b/devscripts/changelog_override.json
index 86e8ec2f9..f7209f3bd 100644
--- a/devscripts/changelog_override.json
+++ b/devscripts/changelog_override.json
@@ -169,5 +169,11 @@
"when": "5c019f6328ad40d66561eac3c4de0b3cd070d0f6",
"short": "[cleanup] Misc (#9765)",
"authors": ["bashonly", "Grub4K", "seproDev"]
+ },
+ {
+ "action": "change",
+ "when": "e6a22834df1776ec4e486526f6df2bf53cb7e06f",
+ "short": "[ie/orf:on] Add `prefer_segments_playlist` extractor-arg (#10314)",
+ "authors": ["seproDev"]
}
]
diff --git a/devscripts/cli_to_api.py b/devscripts/cli_to_api.py
index 2aa51eb6e..9c2710e09 100644..100755
--- a/devscripts/cli_to_api.py
+++ b/devscripts/cli_to_api.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
# Allow direct execution
import os
import sys