Revert "[utils] Add support for cookies with spaces used instead of tabs"
authorSergey M․ <dstftw@gmail.com>
Mon, 9 Mar 2020 21:51:20 +0000 (04:51 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 9 Mar 2020 21:53:51 +0000 (04:53 +0700)
commit042b66493398dd8c3bb31216e3f828b98716810d
tree2763e8d8c8d40a358d522a140f0581d4fc5aa11f
parent68fa15155f40f7d646079e6649df03696a5e7d4b
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 cff99c91d150df2a4e21962a3ca8d4ae94533b8c.
test/test_YoutubeDLCookieJar.py
test/testdata/cookies/cookie_file_with_spaces.txt [deleted file]
youtube_dl/utils.py