mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-14 06:10:33 +05:30
Merge pull request #472 from TeamNewPipe/fix-media-ccc-de
Fix name of media.ccc.de service
This commit is contained in:
commit
8ade913d9b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user