mirror of https://github.com/yt-dlp/yt-dlp
Revert "[utils] Add support for cookies with spaces used instead of tabs"
According to [1] TABs must be used as separators between fields.
Files produces by some tools with spaces as separators are considered
malformed.
1. https://curl.haxx.se/docs/http-cookies.html
This reverts commit cff99c91d1
.
pull/8/head
parent
68fa15155f
commit
042b664933
@ -1,5 +0,0 @@
|
|||||||
# Netscape HTTP Cookie File
|
|
||||||
# http://curl.haxx.se/rfc/cookie_spec.html
|
|
||||||
# This is a generated file! Do not edit.
|
|
||||||
|
|
||||||
www.foobar.foobar FALSE / TRUE 2147483647 COOKIE COOKIE_VALUE
|
|
Loading…
Reference in New Issue