Skip to content

Commit

Permalink
Merge pull request #472 from TeamNewPipe/fix-media-ccc-de
Browse files Browse the repository at this point in the history
Fix name of media.ccc.de service
  • Loading branch information
TobiGr authored Dec 2, 2020
2 parents 175df67 + ba3e230 commit 8ade913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following sites are currently supported:

- YouTube
- SoundCloud
- MediaCCC
- media.ccc.de
- PeerTube (no P2P)

## License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

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
Expand Down

0 comments on commit 8ade913

Please sign in to comment.