Skip to content

Commit

Permalink
[cartoonnetwork] Update tokenizer_src (closes #14666)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoelln authored and dstftw committed Nov 10, 2017
1 parent a9543e3 commit 59d2e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/cartoonnetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _real_extract(self, url):
'http://www.cartoonnetwork.com/video-seo-svc/episodeservices/getCvpPlaylist?networkName=CN2&' + query, video_id, {
'secure': {
'media_src': 'http://androidhls-secure.cdn.turner.com/toon/big',
'tokenizer_src': 'http://www.cartoonnetwork.com/cntv/mvpd/processors/services/token_ipadAdobe.do',
'tokenizer_src': 'https://token.vgtf.net/token/token_mobile',
},
}, {
'url': url,
Expand Down

0 comments on commit 59d2e6d

Please sign in to comment.