Meta: Changed Spaces to Tabs

This commit is contained in:
Moss 2022-12-21 19:41:53 -08:00
parent 35b4c181b3
commit ea57f4477b
No known key found for this signature in database
GPG Key ID: F539D4A506C954F9
7 changed files with 1587 additions and 1586 deletions

View File

@ -4,6 +4,7 @@
#include "episode.h" #include "episode.h"
namespace dropout_dl { namespace dropout_dl {
// dropout-dl helpers // dropout-dl helpers

View File

@ -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::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"); std::filesystem::path chrome_profile("chrome_profile");
if (std::filesystem::exists(firefox_profile)) { if (std::filesystem::exists(firefox_profile)) {