|
@@ -18,7 +18,7 @@ export default class VideoStreams {
|
|
|
private readonly _name: string = "Video Streams";
|
|
private readonly _name: string = "Video Streams";
|
|
|
private readonly _mastodonClient: mastodon.rest.Client;
|
|
private readonly _mastodonClient: mastodon.rest.Client;
|
|
|
private readonly _scraper: Scraper;
|
|
private readonly _scraper: Scraper;
|
|
|
- private readonly _selector: string = "#movie_player";
|
|
|
|
|
|
|
+ private readonly _selector: string = "#mediaplaybackdiv_videoplayer";
|
|
|
private readonly _clickSelector: string = config.VIDEO_STREAMS_CLICK_SELECTOR;
|
|
private readonly _clickSelector: string = config.VIDEO_STREAMS_CLICK_SELECTOR;
|
|
|
|
|
|
|
|
constructor(accessToken = config.MASTODON_TEST_ACCESS_TOKEN) {
|
|
constructor(accessToken = config.MASTODON_TEST_ACCESS_TOKEN) {
|