Fix name of media.ccc.de service

This commit is contained in:
TheAssassin 2020-12-01 23:54:27 +01:00
parent 175df679e0
commit ba3e2302bc
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ The following sites are currently supported:
- YouTube
- SoundCloud
- MediaCCC
- media.ccc.de
- PeerTube (no P2P)
## License

View File

@ -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