Meta: Changed Spaces to Tabs
This commit is contained in:
parent
35b4c181b3
commit
ea57f4477b
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "episode.h"
|
||||
|
||||
|
||||
namespace dropout_dl {
|
||||
|
||||
// dropout-dl helpers
|
||||
|
|
|
@ -289,7 +289,7 @@ std::vector<dropout_dl::cookie> get_cookies_from_chrome(const std::filesystem::p
|
|||
*/
|
||||
std::vector<dropout_dl::cookie> get_cookies(bool verbose = false) {
|
||||
|
||||
std::filesystem::path firefox_profile("firefox_profile");
|
||||
std::filesystem::path firefox_profile("_firefox_profile");
|
||||
std::filesystem::path chrome_profile("chrome_profile");
|
||||
|
||||
if (std::filesystem::exists(firefox_profile)) {
|
||||
|
|
Loading…
Reference in New Issue