These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

Search without CBBC

user-1507

Hi,

How can I search get_iplayer by excluding CBBC, Cbeebies? So I can get all the other tv shows with kids stuff.

Regards
Needa

user-1506

Have a look at the Wiki https://github.com/get-iplayer/get_iplay...g-features

There is some really good examples of doing exactly what you want by executing a cache refresh from the command line.

Exclude specific channels (e.g., CBBC and CBeebies) from indexing:
get_iplayer --refresh-exclude="cbeebies,cbbc" --refresh

Index only specific channels (e.g., CBBC and CBeebies):
get_iplayer --refresh-include="cbbc,cbeebies" --refresh

user-2

If you only want to exclude channels for a single search, look at the "Searching" section of the same document for an example.

These forums are archived

See this post for further info