kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
Fix name of media.ccc.de service
rodzic
175df679e0
commit
ba3e2302bc
|
@ -42,7 +42,7 @@ The following sites are currently supported:
|
|||
|
||||
- YouTube
|
||||
- SoundCloud
|
||||
- MediaCCC
|
||||
- media.ccc.de
|
||||
- PeerTube (no P2P)
|
||||
|
||||
## License
|
||||
|
|
|
@ -32,7 +32,7 @@ import static org.schabi.newpipe.extractor.StreamingService.ServiceInfo.MediaCap
|
|||
|
||||
public class MediaCCCService extends StreamingService {
|
||||
public MediaCCCService(final int id) {
|
||||
super(id, "MediaCCC", asList(AUDIO, VIDEO));
|
||||
super(id, "media.ccc.de", asList(AUDIO, VIDEO));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Ładowanie…
Reference in New Issue