Skip to content

Commit

Permalink
Remove unused StreamMetaData class
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Aug 13, 2022
1 parent 94f77fa commit 913d31a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
import free.rm.skytube.businessobjects.Logger;
import free.rm.skytube.businessobjects.YouTube.POJOs.YouTubeChannel;
import free.rm.skytube.businessobjects.YouTube.POJOs.YouTubeVideo;
import free.rm.skytube.businessobjects.YouTube.VideoStream.StreamMetaData;
import io.reactivex.rxjava3.android.schedulers.AndroidSchedulers;
import io.reactivex.rxjava3.core.Maybe;

/**
* Service to interact with remote video services, using the NewPipeExtractor backend.
Expand Down Expand Up @@ -132,7 +129,7 @@ private ContentId parse(LinkHandlerFactory handlerFactory, String url, Streaming
* Returns a list of video/stream meta-data that is supported by this app for this video ID.
*
* @param videoId the id of the video.
* @return List of {@link StreamMetaData}.
* @return List of {@link StreamInfo}.
*/
public StreamInfo getStreamInfoByVideoId(String videoId) throws ExtractionException, IOException {
return getStreamInfoByUrl(getVideoUrl(videoId));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import org.schabi.newpipe.extractor.stream.StreamInfo;

import free.rm.skytube.businessobjects.YouTube.POJOs.YouTubeVideo;
import free.rm.skytube.businessobjects.YouTube.VideoStream.StreamMetaData;

/**
* Interface to be used when retrieving the desired stream (per the user's preferences) from a Video.
Expand Down

0 comments on commit 913d31a

Please sign in to comment.