Different file formats/Sizes do not work in cc.com -f option #2111

Closed
opened 2026-02-21 00:14:20 -05:00 by deekerman · 2 comments
Owner

Originally created by @ghost on GitHub (Apr 3, 2014).

The standard format in cc.com is 1280x720
Example if you type:
youtube-dl http://thedailyshow.cc.com/full-episodes/wqf1x5/april-2--2014---samuel-l--jackson
It is downloaded in 1280x720. In the recent days, File formats do not work now in cc.com

'3500': '1280x720',

'2200': '960x540',

'1700': '768x432',

#    '1200': '640x360',
 #   '750': '512x288',
  #  '400': '384x216',

youtube-dl -f 400 http://thedailyshow.cc.com/full-episodes/wqf1x5/april-2--2014---samuel-l--jackson
[ComedyCentralShows] wqf1x5/april-2--2014---samuel-l--jackson: Downloading webpage
[ComedyCentralShows] wqf1x5/april-2--2014---samuel-l--jackson: Downloading show index
[ComedyCentralShows] wqf1x5/april-2--2014---samuel-l--jackson: Downloading configuration for segment 1 / 4
[ComedyCentralShows] wqf1x5/april-2--2014---samuel-l--jackson: Downloading configuration for segment 2 / 4
[ComedyCentralShows] wqf1x5/april-2--2014---samuel-l--jackson: Downloading configuration for segment 3 / 4
[ComedyCentralShows] wqf1x5/april-2--2014---samuel-l--jackson: Downloading configuration for segment 4 / 4
[download] Downloading playlist: thedailyshow April 2, 2014 - Samuel L. Jackson
[ComedyCentralShows] playlist thedailyshow April 2, 2014 - Samuel L. Jackson: Collected 4 video ids (downloading 4 of them)
[download] Downloading video #1 of 4
ERROR: requested format not available

Originally created by @ghost on GitHub (Apr 3, 2014). The standard format in cc.com is 1280x720 Example if you type: youtube-dl http://thedailyshow.cc.com/full-episodes/wqf1x5/april-2--2014---samuel-l--jackson It is downloaded in 1280x720. In the recent days, File formats do not work now in cc.com # '3500': '1280x720', # '2200': '960x540', # '1700': '768x432', # '1200': '640x360', # '750': '512x288', # '400': '384x216', youtube-dl -f 400 http://thedailyshow.cc.com/full-episodes/wqf1x5/april-2--2014---samuel-l--jackson [ComedyCentralShows] wqf1x5/april-2--2014---samuel-l--jackson: Downloading webpage [ComedyCentralShows] wqf1x5/april-2--2014---samuel-l--jackson: Downloading show index [ComedyCentralShows] wqf1x5/april-2--2014---samuel-l--jackson: Downloading configuration for segment 1 / 4 [ComedyCentralShows] wqf1x5/april-2--2014---samuel-l--jackson: Downloading configuration for segment 2 / 4 [ComedyCentralShows] wqf1x5/april-2--2014---samuel-l--jackson: Downloading configuration for segment 3 / 4 [ComedyCentralShows] wqf1x5/april-2--2014---samuel-l--jackson: Downloading configuration for segment 4 / 4 [download] Downloading playlist: thedailyshow April 2, 2014 - Samuel L. Jackson [ComedyCentralShows] playlist thedailyshow April 2, 2014 - Samuel L. Jackson: Collected 4 video ids (downloading 4 of them) [download] Downloading video #1 of 4 ERROR: requested format not available
Author
Owner

@phihag commented on GitHub (Apr 3, 2014):

Since thedailyshow and thecolbertreport have changed their interface significantly over the previous week, their formats have changed too. You can use the -F option to see the current formats:

$ youtube-dl -F http://thedailyshow.cc.com/full-episodes/wqf1x5/april-2--2014---samuel-l--jackson
[ComedyCentralShows] april-2--2014---samuel-l--jackson: Downloading webpage
[ComedyCentralShows] april-2--2014---samuel-l--jackson: Downloading show index
[ComedyCentralShows] april-2--2014---samuel-l--jackson: Downloading configuration for segment 1 / 4
[ComedyCentralShows] april-2--2014---samuel-l--jackson: Downloading configuration for segment 2 / 4
[ComedyCentralShows] april-2--2014---samuel-l--jackson: Downloading configuration for segment 3 / 4
[ComedyCentralShows] april-2--2014---samuel-l--jackson: Downloading configuration for segment 4 / 4
[download] Downloading playlist: thedailyshow April 2, 2014 - Samuel L. Jackson
[ComedyCentralShows] playlist thedailyshow April 2, 2014 - Samuel L. Jackson: Collected 4 video ids (downloading 4 of them)
[download] Downloading video #1 of 4
[info] Available formats for a11bbca9-0319-4802-8d9c-dd1ecd9201f5:
format code extension resolution  note 
rtmp-200    mp4       unknown     (worst)
rtmp-400    mp4       384x216     
rtmp-750    mp4       512x288     
rtmp-1200   mp4       640x360     
rtmp-1700   mp4       768x432     
rtmp-2200   mp4       960x540     
rtmp-3500   mp4       1280x720    
vhttp-200   mp4       unknown     
vhttp-400   mp4       384x216     
vhttp-750   mp4       512x288     
vhttp-1200  mp4       640x360     
vhttp-1700  mp4       768x432     
vhttp-2200  mp4       960x540     
vhttp-3500  mp4       1280x720    (best)
[download] Downloading video #2 of 4
...

You can use -f vhttp-400, or, if you want to fall back to the best available version, -f vhttp-400/best now.

@phihag commented on GitHub (Apr 3, 2014): Since thedailyshow and thecolbertreport have changed their interface significantly over the previous week, their formats have changed too. You can use the `-F` option to see the current formats: ``` $ youtube-dl -F http://thedailyshow.cc.com/full-episodes/wqf1x5/april-2--2014---samuel-l--jackson [ComedyCentralShows] april-2--2014---samuel-l--jackson: Downloading webpage [ComedyCentralShows] april-2--2014---samuel-l--jackson: Downloading show index [ComedyCentralShows] april-2--2014---samuel-l--jackson: Downloading configuration for segment 1 / 4 [ComedyCentralShows] april-2--2014---samuel-l--jackson: Downloading configuration for segment 2 / 4 [ComedyCentralShows] april-2--2014---samuel-l--jackson: Downloading configuration for segment 3 / 4 [ComedyCentralShows] april-2--2014---samuel-l--jackson: Downloading configuration for segment 4 / 4 [download] Downloading playlist: thedailyshow April 2, 2014 - Samuel L. Jackson [ComedyCentralShows] playlist thedailyshow April 2, 2014 - Samuel L. Jackson: Collected 4 video ids (downloading 4 of them) [download] Downloading video #1 of 4 [info] Available formats for a11bbca9-0319-4802-8d9c-dd1ecd9201f5: format code extension resolution note rtmp-200 mp4 unknown (worst) rtmp-400 mp4 384x216 rtmp-750 mp4 512x288 rtmp-1200 mp4 640x360 rtmp-1700 mp4 768x432 rtmp-2200 mp4 960x540 rtmp-3500 mp4 1280x720 vhttp-200 mp4 unknown vhttp-400 mp4 384x216 vhttp-750 mp4 512x288 vhttp-1200 mp4 640x360 vhttp-1700 mp4 768x432 vhttp-2200 mp4 960x540 vhttp-3500 mp4 1280x720 (best) [download] Downloading video #2 of 4 ... ``` You can use `-f vhttp-400`, or, if you want to fall back to the best available version, `-f vhttp-400/best` now.
Author
Owner

@ghost commented on GitHub (Apr 7, 2014):

Thanks a lot and sorry for the disturbance. I did not try -F option, as my scripts were having -f.

@ghost commented on GitHub (Apr 7, 2014): Thanks a lot and sorry for the disturbance. I did not try -F option, as my scripts were having -f.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#2111
No description provided.