mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[CONTRIBUTING.md] Remove the section about embedding; that is not applicable for youtube-dl contributors
This commit is contained in:
parent
e56190b378
commit
13dcfd41bd
2 changed files with 2 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue