Mike Fährmann
|
1aae72773f
|
put argument init on separate lines
|
2023-02-10 17:05:20 +01:00 |
|
Mike Fährmann
|
dd884b02ee
|
replace json.loads with direct calls to JSONDecoder.decode
|
2023-02-09 15:22:00 +01:00 |
|
Mike Fährmann
|
3f29b8fe91
|
[cookies] convert browser names to lowercase
|
2023-01-03 14:58:48 +01:00 |
|
Mike Fährmann
|
dfe7b23579
|
support Firefox containers for --cookies-from-browser (#3346)
|
2022-12-09 19:43:55 +01:00 |
|
Mike Fährmann
|
4c6379e9d5
|
fix typo
|
2022-11-18 13:14:11 +01:00 |
|
Mike Fährmann
|
34c428abf1
|
support cygwin/BSD/etc for --cookies-from-browser
https://github.com/yt-dlp/yt-dlp/pull/3975
|
2022-06-11 15:30:11 +02:00 |
|
Mike Fährmann
|
aa2db7abeb
|
[cookies] cleanup (#1606)
- fix Popen.communicate() calls
- move and simplify _process_chrome_cookie() code
- remove random print() statement and config dict
|
2022-05-08 13:28:53 +02:00 |
|
Mike Fährmann
|
6742f3bc1e
|
implement --cookies-from-browser (#1606)
most of the code is adapted from yt-dlp's implementation
and *should* work the same.
|
2022-05-07 23:06:37 +02:00 |
|