get-iplayer / get_iplayer

A utility for downloading TV and radio programmes from BBC iPlayer and BBC Sounds
https://github.com/get-iplayer/get_iplayer/wiki
GNU General Public License v3.0
2.13k stars 229 forks source link

having " &page1 " in bbc iplayer link causes cmd to fail #469

Closed williamg209 closed 3 months ago

williamg209 commented 3 months ago

Do not file a bug report if you are using get_iplayer outside the UK. If you do, your report will be ignored.

Do not file a bug report if you are using get_iplayer with a VPN or proxy from any location, including the UK. If you do, your report will be ignored.

Search the repository (search field at top left) to see if a report already exists for the bug in the issue tracker. Do not create a duplicate report. Duplicate reports will be ignored.

Review recent open and closed entries in the issue tracker to see if a report already exists for the bug. Do not create a duplicate report. Duplicate reports will be ignored.

Ensure that you are using get_iplayer 3.35 or higher. If not, your report will be ignored.

Identify the operating system and version where get_iplayer demonstrates the bug

Windows 11 22h3

Provide a clear and concise description of the bug. Do not paste get_iplayer output or screenshots into the field below. If you do, your report will be ignored.

I copied the link of a program from the iplayer website, this season has 2 pages, meaning the link includes a page 1 indication, this page 1 part of the link causes get iplayer to say "'page' is not recognized as an internal or external command, operable program or batch file.". Once " &page1 " is removed the link seems to work fine

Provide the PID or URL of the programme you are attempting to download, if applicable. Provide the PID or URL for only one programme.

https://www.bbc.co.uk/iplayer/episode/p0gh8cg2/doctor-who-19631996-season-6-the-invasion-episode-4-animated?seriesId=p00krpg4&page=1

Provide the complete get_iplayer command line that demonstrates the bug. Do not truncate or excerpt the command. If you do, your report will be ignored. If you are using the Web PVR, list the steps necessary to reproduce the bug, in as much detail as possible.

get_iplayer https://www.bbc.co.uk/iplayer/episode/p0gh8cg2/doctor-who-19631996-season-6-the-invasion-episode-4-animated?seriesId=p00krpg4&page=1 --subtitles --force --overwrite --pid-recursive --tv-quality="sd" --output "D:\Videos\get_iplayer" --file-prefix="<-senum><-episodeshort>"

Drag your verbose log file into the field below to create an attachment. Your verbose log file must be added as an attachment. Do not paste its contents into the field below. If you do, your report will be ignored. You may enter a URL linking to your verbose log file on a pastebin site. If the bug prevents get_iplayer from running, enter "N/A" in the field below. If you enter any other text in the field below, your report will be ignored.

WARNING: A UK TV licence is required to access BBC iPlayer TV content legally INFO: Processing tv: 'Doctor Who (1963–1996): Season 6 - The Invasion: Episode 4 (Animated) (p0gh8cg2)' INFO: Downloading tv: 'Doctor Who (1963–1996): Season 6 - 04. The Invasion: Episode 4 (Animated) (p0gh8cg2) [original]' WARNING: File already exists: C:\Users\William\Desktop\iPlayer Recordings\Doctor_Who_1963-1996_Season6-_04._The_Invasion_Episode_4_Animated_p0gh8cg2_original.mp4 WARNING: Use --overwrite to replace INFO: Skipping all versions of this programme 'page' is not recognized as an internal or external command, operable program or batch file.

If you are using the Web PVR, provide your web browser name and version. This information typically can be found from the application menu via Chrome/Firefox/Safari->About... (macOS) or Help->About... (Linux/Windows)

No response