You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[YouTube] Support live URLs and do minor improvements to YoutubeStreamLinkHandlerFactory
- Move license header at the top;
- Use an unmodifiable set for the subpaths instead of a modifiable list;
- Add missing Nonnull and Nullable annotations;
- Improve exception messages.
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/linkHandler/YoutubeStreamLinkHandlerFactory.java
+34-30Lines changed: 34 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
/*
2
+
* Created by Christian Schabesberger on 02.02.16.
3
+
*
4
+
* Copyright (C) Christian Schabesberger 2018 <chris.schabesberger@mailbox.org>
5
+
* YoutubeStreamLinkHandlerFactory.java is part of NewPipe Extractor.
6
+
*
7
+
* NewPipe Extractor is free software: you can redistribute it and/or modify
8
+
* it under the terms of the GNU General Public License as published by
9
+
* the Free Software Foundation, either version 3 of the License, or
10
+
* (at your option) any later version.
11
+
*
12
+
* NewPipe Extractor is distributed in the hope that it will be useful,
13
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+
* GNU General Public License for more details.
16
+
*
17
+
* You should have received a copy of the GNU General Public License
18
+
* along with NewPipe Extractor. If not, see <https://www.gnu.org/licenses/>.
0 commit comments