about summary refs log tree commit diff
path: root/devscripts
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-12-12 16:47:22 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-12-12 16:47:22 +0100
commit13dcfd41bda5eaf40637d4054bec33cd804940b9 (patch)
tree4ac2f0eaac29d46c2de1a77bac5c1f5cddc340b4 /devscripts
parente56190b378367291abe4677f2357fcfc213b1a6a (diff)
downloadyoutube-dl-13dcfd41bda5eaf40637d4054bec33cd804940b9.tar.gz
youtube-dl-13dcfd41bda5eaf40637d4054bec33cd804940b9.tar.xz
youtube-dl-13dcfd41bda5eaf40637d4054bec33cd804940b9.zip
[CONTRIBUTING.md] Remove the section about embedding; that is not applicable for youtube-dl contributors
Diffstat (limited to 'devscripts')
-rwxr-xr-xdevscripts/make_contributing.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/devscripts/make_contributing.py b/devscripts/make_contributing.py
index 99451c568..5fa8cf851 100755
--- a/devscripts/make_contributing.py
+++ b/devscripts/make_contributing.py
@@ -20,7 +20,8 @@ def main():
     bug_text = re.search(
         r'(?s)#\s*BUGS\s*[^\n]*\s*(.*?)#\s*COPYRIGHT', readme).group(1)
     dev_text = re.search(
-        r'(?s)(#\s*DEVELOPER INSTRUCTIONS.*?)#\s*BUGS', readme).group(1)
+        r'(?s)(#\s*DEVELOPER INSTRUCTIONS.*?)#\s*EMBEDDING YOUTUBE-DL',
+        readme).group(1)
 
     out = bug_text + dev_text