|
| 1 | +/* |
| 2 | + * Created by Christian Schabesberger on 12.08.17. |
| 3 | + * |
| 4 | + * Copyright (C) Christian Schabesberger 2018 <chris.schabesberger@mailbox.org> |
| 5 | + * YoutubeTrendingExtractor.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/>. |
| 19 | + */ |
| 20 | + |
1 | 21 | package org.schabi.newpipe.extractor.services.youtube.extractors; |
2 | 22 |
|
3 | 23 | import static org.schabi.newpipe.extractor.services.youtube.YoutubeParsingHelper.getJsonPostResponse; |
|
24 | 44 |
|
25 | 45 | import javax.annotation.Nonnull; |
26 | 46 |
|
27 | | -/* |
28 | | - * Created by Christian Schabesberger on 12.08.17. |
29 | | - * |
30 | | - * Copyright (C) Christian Schabesberger 2018 <chris.schabesberger@mailbox.org> |
31 | | - * YoutubeTrendingExtractor.java is part of NewPipe Extractor. |
32 | | - * |
33 | | - * NewPipe Extractor is free software: you can redistribute it and/or modify |
34 | | - * it under the terms of the GNU General Public License as published by |
35 | | - * the Free Software Foundation, either version 3 of the License, or |
36 | | - * (at your option) any later version. |
37 | | - * |
38 | | - * NewPipe Extractor is distributed in the hope that it will be useful, |
39 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
40 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
41 | | - * GNU General Public License for more details. |
42 | | - * |
43 | | - * You should have received a copy of the GNU General Public License |
44 | | - * along with NewPipe Extractor. If not, see <https://www.gnu.org/licenses/>. |
45 | | - */ |
46 | | - |
47 | 47 | public class YoutubeTrendingExtractor extends KioskExtractor<StreamInfoItem> { |
48 | 48 | private JsonObject initialData; |
49 | 49 |
|
|
0 commit comments