Finished up with internet archive api utility.
This commit is contained in:
parent
4c1d3c9db5
commit
b443840c29
9 changed files with 241 additions and 43 deletions
|
|
@ -22,7 +22,7 @@ class channel{
|
|||
this.defineListeners();
|
||||
|
||||
//Scrape channel name off URL
|
||||
this.channelName = window.location.pathname.split('/c/')[`1`];
|
||||
this.channelName = window.location.pathname.split('/c/')[1].split('/')[0];
|
||||
|
||||
//Create the Video Player Object
|
||||
this.player = new player(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue