[docs] Misc Cleanup (#8977)

Closes #8355, #8944

Authored by: bashonly, Grub4k, Arthurszzz, seproDev, pukkandan

Co-authored-by: sepro <[email protected]>
Co-authored-by: bashonly <[email protected]>
Co-authored-by: Arthurszzz <[email protected]>
Co-authored-by: Simon Sawicki <[email protected]>
Co-authored-by: bashonly <[email protected]>
This commit is contained in:
pukkandan
2024-03-11 00:48:47 +05:30
committed by GitHub
co-authored by sepro bashonly Arthurszzz Simon Sawicki bashonly
parent 0abf2f1f15
commit 47ab66db0f
22 changed files with 217 additions and 208 deletions
+1 -1
View File
@@ -2227,7 +2227,7 @@ class YoutubeDL:
selectors = []
current_selector = None
for type, string_, start, _, _ in tokens:
# ENCODING is only defined in python 3.x
# ENCODING is only defined in Python 3.x
if type == getattr(tokenize, 'ENCODING', None):
continue
elif type in [tokenize.NAME, tokenize.NUMBER]: