Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Commit acb70fa

Browse files
committed
added some space
1 parent 4fe4a78 commit acb70fa

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

lib/Hoster.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class Hoster {
1818
enumerable: true
1919
}
2020
});
21+
2122
this.url = url;
2223
this.name = name;
2324
}

lib/HosterInfo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class HosterInfo extends Info {
1919
enumerable: true
2020
}
2121
});
22+
2223
this.hoster = hoster;
2324
}
2425
}

lib/Scrapper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class Scrapper {
2727
enumerable: true
2828
}
2929
});
30+
3031
this.name = name;
3132
this.type = type;
3233
this.domain = domain;

lib/Source.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class Source {
3333
enumerable: true
3434
}
3535
});
36+
3637
this.url = url;
3738
this.type = type;
3839
this.codec = codec;

lib/StreamInfo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class StreamInfo extends Info {
3333
enumerable: true
3434
}
3535
});
36+
3637
this.source = source;
3738
this.title = title;
3839
this.poster = poster;

0 commit comments

Comments
 (0)