mirror of
https://github.com/OMGeeky/downloader.git
synced 2026-02-23 15:38:31 +01:00
rustfmt & [Tests] add new field to Streamers table
This commit is contained in:
@@ -2,8 +2,8 @@ use std::path::{Path, PathBuf};
|
|||||||
|
|
||||||
use chrono::{DateTime, NaiveDateTime, Utc};
|
use chrono::{DateTime, NaiveDateTime, Utc};
|
||||||
// use bigquery_googleapi::BigqueryClient;
|
// use bigquery_googleapi::BigqueryClient;
|
||||||
use google_bigquery_v2::prelude::*;
|
|
||||||
use downloader::prelude::*;
|
use downloader::prelude::*;
|
||||||
|
use google_bigquery_v2::prelude::*;
|
||||||
|
|
||||||
use downloader;
|
use downloader;
|
||||||
use downloader::data::{Streamers, VideoData, VideoMetadata, Videos};
|
use downloader::data::{Streamers, VideoData, VideoMetadata, Videos};
|
||||||
@@ -60,6 +60,7 @@ fn get_sample_video(client: &BigqueryClient) -> VideoData {
|
|||||||
youtube_user: Some("NoPixel VODs".to_string()),
|
youtube_user: Some("NoPixel VODs".to_string()),
|
||||||
watched: Some(true),
|
watched: Some(true),
|
||||||
public_videos_default: Some(false),
|
public_videos_default: Some(false),
|
||||||
|
youtube_google_ident: None,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user