aboutsummaryrefslogtreecommitdiff
path: root/test/test_YoutubeDLCookieJar.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-22[cleanup] Misc fixespukkandan1-6/+6
2023-07-15[core] Fix HTTP headers and cookie handlingbashonly1-0/+8
2023-05-27[cookies] Move `YoutubeDLCookieJar` to cookies module (#7091)coletdjnz1-1/+7
2022-06-25[cleanup] Consistent style for file headspukkandan1-2/+6
2022-05-09[cleanup] Minor fixes (See desc)pukkandan1-1/+1
2022-04-12[cleanup] Sort importspukkandan1-0/+1
2022-04-12[cleanup] Upgrade syntaxpukkandan1-4/+0
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix1-1/+1
2021-02-25Completely change project name to yt-dlp (#85)Pccode661-1/+1
2020-09-02[skip travis] renamingUnknown1-1/+1
2020-05-05[utils] Improve cookie files supportSergey M․1-0/+7
2020-03-10Revert "[utils] Add support for cookies with spaces used instead of tabs"Sergey M․1-9/+5
2020-03-08[utils] Add support for cookies with spaces used instead of tabsSergey M․1-5/+9
2019-03-03[utils] strip #HttpOnly_ prefix from cookies files (#20219)remitamine1-0/+10
2018-12-09[YoutubeDLCookieJar] Add test for keeping session cookiesSergey M․1-0/+34