-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1110 from christian-2hu/chore/update-copyright
chore: Update copyright notices
- Loading branch information
Showing
44 changed files
with
125 additions
and
125 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
extractor/src/main/java/org/schabi/newpipe/extractor/InfoItem.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Created by Christian Schabesberger on 11.02.17. | ||
* | ||
* Copyright (C) Christian Schabesberger 2017 <[email protected]> | ||
* Copyright (C) 2017 Christian Schabesberger <[email protected]> | ||
* InfoItem.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,21 +12,21 @@ | |
/* | ||
* Created by Christian Schabesberger on 12.02.17. | ||
* | ||
* Copyright (C) Christian Schabesberger 2017 <[email protected]> | ||
* InfoItemsCollector.java is part of NewPipe. | ||
* Copyright (C) 2017 Christian Schabesberger <[email protected]> | ||
* InfoItemsCollector.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
public abstract class InfoItemsCollector<I extends InfoItem, E extends InfoItemExtractor> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,23 +3,23 @@ | |
/* | ||
* Created by Adam Howard on 08/11/15. | ||
* | ||
* Copyright (c) Christian Schabesberger <[email protected]> | ||
* and Adam Howard <[email protected]> 2015 | ||
* Copyright (c) 2015 Christian Schabesberger <[email protected]> | ||
* and Adam Howard <[email protected]> | ||
* | ||
* MediaFormat.java is part of NewPipe. | ||
* MediaFormat.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
import javax.annotation.Nonnull; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,21 +15,21 @@ | |
/* | ||
* Created by Christian Schabesberger on 12.02.17. | ||
* | ||
* Copyright (C) Christian Schabesberger 2017 <[email protected]> | ||
* InfoItemsSearchCollector.java is part of NewPipe. | ||
* Copyright (C) 2017 Christian Schabesberger <[email protected]> | ||
* InfoItemsSearchCollector.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,21 +3,21 @@ | |
/* | ||
* Created by Christian Schabesberger on 23.08.15. | ||
* | ||
* Copyright (C) Christian Schabesberger 2015 <[email protected]> | ||
* NewPipe.java is part of NewPipe. | ||
* Copyright (C) 2015 Christian Schabesberger <[email protected]> | ||
* NewPipe Extractor.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
import org.schabi.newpipe.extractor.downloader.Downloader; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,21 +9,21 @@ | |
import java.util.List; | ||
|
||
/* | ||
* Copyright (C) Christian Schabesberger 2018 <[email protected]> | ||
* ServiceList.java is part of NewPipe. | ||
* Copyright (C) 2018 Christian Schabesberger <[email protected]> | ||
* ServiceList.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,21 +29,21 @@ | |
import java.util.List; | ||
|
||
/* | ||
* Copyright (C) Christian Schabesberger 2018 <[email protected]> | ||
* StreamingService.java is part of NewPipe. | ||
* Copyright (C) 2018 Christian Schabesberger <[email protected]> | ||
* StreamingService.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
public abstract class StreamingService { | ||
|
2 changes: 1 addition & 1 deletion
2
extractor/src/main/java/org/schabi/newpipe/extractor/channel/ChannelExtractor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Created by Christian Schabesberger on 25.07.16. | ||
* | ||
* Copyright (C) Christian Schabesberger 2016 <[email protected]> | ||
* Copyright (C) 2016 Christian Schabesberger <[email protected]> | ||
* ChannelExtractor.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
|
2 changes: 1 addition & 1 deletion
2
extractor/src/main/java/org/schabi/newpipe/extractor/channel/ChannelInfo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Created by Christian Schabesberger on 31.07.16. | ||
* | ||
* Copyright (C) Christian Schabesberger 2016 <[email protected]> | ||
* Copyright (C) 2016 Christian Schabesberger <[email protected]> | ||
* ChannelInfo.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,21 +5,21 @@ | |
/* | ||
* Created by Christian Schabesberger on 11.02.17. | ||
* | ||
* Copyright (C) Christian Schabesberger 2017 <[email protected]> | ||
* ChannelInfoItem.java is part of NewPipe. | ||
* Copyright (C) 2017 Christian Schabesberger <[email protected]> | ||
* ChannelInfoItem.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
public class ChannelInfoItem extends InfoItem { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,21 +6,21 @@ | |
/* | ||
* Created by Christian Schabesberger on 12.02.17. | ||
* | ||
* Copyright (C) Christian Schabesberger 2017 <[email protected]> | ||
* ChannelInfoItemExtractor.java is part of NewPipe. | ||
* Copyright (C) 2017 Christian Schabesberger <[email protected]> | ||
* ChannelInfoItemExtractor.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
public interface ChannelInfoItemExtractor extends InfoItemExtractor { | ||
|
2 changes: 1 addition & 1 deletion
2
extractor/src/main/java/org/schabi/newpipe/extractor/channel/ChannelInfoItemsCollector.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Created by Christian Schabesberger on 12.02.17. | ||
* | ||
* Copyright (C) Christian Schabesberger 2017 <[email protected]> | ||
* Copyright (C) 2017 Christian Schabesberger <[email protected]> | ||
* ChannelInfoItemsCollector.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,21 +3,21 @@ | |
/* | ||
* Created by Christian Schabesberger on 30.01.16. | ||
* | ||
* Copyright (C) Christian Schabesberger 2016 <[email protected]> | ||
* ExtractionException.java is part of NewPipe. | ||
* Copyright (C) 2016 Christian Schabesberger <[email protected]> | ||
* ExtractionException.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
public class ExtractionException extends Exception { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,21 +3,21 @@ | |
/* | ||
* Created by Christian Schabesberger on 12.09.16. | ||
* | ||
* Copyright (C) Christian Schabesberger 2016 <[email protected]> | ||
* FoundAdException.java is part of NewPipe. | ||
* Copyright (C) 2016 Christian Schabesberger <[email protected]> | ||
* FoundAdException.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
public class FoundAdException extends ParsingException { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,21 +3,21 @@ | |
/* | ||
* Created by Christian Schabesberger on 31.01.16. | ||
* | ||
* Copyright (C) Christian Schabesberger 2016 <[email protected]> | ||
* ParsingException.java is part of NewPipe. | ||
* Copyright (C) 2016 Christian Schabesberger <[email protected]> | ||
* ParsingException.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,21 +3,21 @@ | |
/* | ||
* Created by beneth <[email protected]> on 07.12.16. | ||
* | ||
* Copyright (C) Christian Schabesberger 2016 <[email protected]> | ||
* ReCaptchaException.java is part of NewPipe. | ||
* Copyright (C) 2016 Christian Schabesberger <[email protected]> | ||
* ReCaptchaException.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
public class ReCaptchaException extends ExtractionException { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,21 +3,21 @@ | |
/* | ||
* Created by Christian Schabesberger on 12.08.17. | ||
* | ||
* Copyright (C) Christian Schabesberger 2017 <[email protected]> | ||
* KioskExtractor.java is part of NewPipe. | ||
* Copyright (C) 2017 Christian Schabesberger <[email protected]> | ||
* KioskExtractor.java is part of NewPipe Extractor. | ||
* | ||
* NewPipe is free software: you can redistribute it and/or modify | ||
* NewPipe Extractor is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* NewPipe is distributed in the hope that it will be useful, | ||
* NewPipe Extractor is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>. | ||
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
import org.schabi.newpipe.extractor.InfoItem; | ||
|
Oops, something went wrong.