Issues with TV program download, One of Us

artisticforge . artisticforge at gmail.com
Sun Sep 11 06:33:31 PDT 2016


hello

attempting to fetch One of Us.;
http://www.bbc.co.uk/programmes/b07r26py

the shell script i used to attempt downloading is at the end of this message.

the 3 available episodes all stop downloading near the same percentage.

Recording:  1344.36MB / 2309.09MB  3586kbps  58.2% 00:36:43 remaining
Recording:  1346.67MB / 2309.09MB  3584kbps  58.3% 00:36:39 remaining

INFO: Recorded: 1347.26MB in 00:51:19 at  3585kbps to
/Users/blank/get_iplayer-2.95/One_of_Us/One_of_Us_-_1._The_Storm_b07r1f0h_original.partial.mp4.ts
INFO: Begin converting file:
/Users/blank/get_iplayer-2.95/One_of_Us/One_of_Us_-_1._The_Storm_b07r1f0h_original.partial.mp4.ts

Recording:  1334.90MB / 2324.85MB  3172kbps  57.4% 00:42:37 remaining
Recording:  1337.23MB / 2324.85MB  3170kbps  57.5% 00:42:32 remaining

INFO: Recorded: 1337.72MB in 00:57:37 at  3170kbps to
/Users/blank/get_iplayer-2.95/One_of_Us/One_of_Us_-_2._Beneath_the_Surface_b07thc5h_original.partial.mp4.ts
INFO: Begin converting file:
/Users/blank/get_iplayer-2.95/One_of_Us/One_of_Us_-_2._Beneath_the_Surface_b07thc5h_original.partial.mp4.ts

Recording:  1365.44MB / 2278.88MB  3400kbps  59.9% 00:36:40 remaining
Recording:  1367.72MB / 2278.88MB  3400kbps  60.0% 00:36:35 remaining

INFO: Recorded: 1367.82MB in 00:54:55 at  3401kbps to
/Users/blank/get_iplayer-2.95/One_of_Us/One_of_Us_-_3._Glenarvon_Loch_b07v6kv1_original.partial.mp4.ts
INFO: Begin converting file:
/Users/blank/get_iplayer-2.95/One_of_Us/One_of_Us_-_3._Glenarvon_Loch_b07v6kv1_original.partial.mp4.ts

I checked the episodes and at appears that they are in fact complete.

One_of_Us_-_1._The_Storm_b07r1f0h_original.mp4:
Track   Type    Info
1       video   H264 High at 3.2, 3516.400 secs, 2965 kbps, 1280x720 @ 50.000000
fps
2       audio   MPEG-4 AAC LC, 3516.394 secs, 125 kbps, 48000 Hz
 Name: One of Us: The Storm
 Artist: BBC One
 Composer: BBC iPlayer
 Encoded with: Lavf57.41.100
 Release Date: 2016-08-23T21:00:00+01:00

One_of_Us_-_2._Beneath_the_Surface_b07thc5h_original.mp4:
Track   Type    Info
1       video   H264 High at 3.2, 3540.040 secs, 2921 kbps, 1280x720 @ 50.000000
fps
2       audio   MPEG-4 AAC LC, 3540.032 secs, 125 kbps, 48000 Hz
 Name: One of Us: Beneath the Surface
 Artist: BBC One
 Composer: BBC iPlayer
 Encoded with: Lavf57.41.100
 Release Date: 2016-08-30T21:00:00+01:00
One_of_Us_-_3._Glenarvon_Loch_b07v6kv1_original.mp4:
Track   Type    Info
1       video   H264 High at 3.2, 3469.600 secs, 3056 kbps, 1280x720 @ 50.000000
fps
2       audio   MPEG-4 AAC LC, 3469.589 secs, 125 kbps, 48000 Hz
 Name: One of Us: Glenarvon Loch
 Artist: BBC One
 Composer: BBC iPlayer
 Encoded with: Lavf57.41.100
 Release Date: 2016-09-06T21:00:00+01:00

the Encoding has also changed recently:
Name: Shaun the Sheep: Series 5: Baa-d Hair Day
 Artist: CBBC
 Composer: BBC iPlayer
 Encoded with: Lavf56.25.101
 Release Date: 2016-09-08T18:00:00+01:00
 Album: Shaun the Sheep: Series 5

 Name: Shaun the Sheep: Series 5: The Farmer's Nephew
 Artist: CBBC
 Composer: BBC iPlayer
 Encoded with: Lavf56.40.101
 Release Date: 2016-09-09T18:00:00+01:00
 Album: Shaun the Sheep: Series 5

It is not clear to me that this is the cause.

shell script
#!/bin/bash

ddate=`date +%F`;
day=`echo ${ddate} | awk -F\- '{ printf( "%2.2d",  $3 ) }'`;
mth=`echo ${ddate} | awk -F\- '{ print $2 }'`;
yrs=`echo ${ddate} | awk -F\- '{ print $1 }'`;

date;
date
                 2>&1  | tee -a
../get_iplayer-logs/get_iplayer-2.96-one_of_us-${yrs}${mth}${day}-s01e01
../get_iplayer-2.96/get_iplayer --force --verbose --type=tv
--mode=best --pid=b07r1f0h  2>&1  | tee -a
../get_iplayer-logs/get_iplayer-2.96-one_of_us-${yrs}${mth}${day}-s01e01
date
                 2>&1  | tee -a
../get_iplayer-logs/get_iplayer-2.96-one_of_us-${yrs}${mth}${day}-s01e01

date
                 2>&1  | tee -a
../get_iplayer-logs/get_iplayer-2.96-one_of_us-${yrs}${mth}${day}-s01e02
../get_iplayer-2.96/get_iplayer --force --verbose --type=tv
--mode=best --pid=b07thc5h  2>&1  | tee -a
../get_iplayer-logs/get_iplayer-2.96-one_of_us-${yrs}${mth}${day}-s01e02
date
                 2>&1  | tee -a
../get_iplayer-logs/get_iplayer-2.96-one_of_us-${yrs}${mth}${day}-s01e02

date
                 2>&1  | tee -a
../get_iplayer-logs/get_iplayer-2.96-one_of_us-${yrs}${mth}${day}-s01e03
../get_iplayer-2.96/get_iplayer --force --verbose --type=tv
--mode=best --pid=b07v6kv1  2>&1  | tee -a
../get_iplayer-logs/get_iplayer-2.96-one_of_us-${yrs}${mth}${day}-s01e03
date
                 2>&1  | tee -a
../get_iplayer-logs/get_iplayer-2.96-one_of_us-${yrs}${mth}${day}-s01e03

date;

exit;


-- 
terry l. ridder ><>



More information about the get_iplayer mailing list