<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
    <ShortName>Talk Python</ShortName>
    <Description>Full episode and transcript search across many years of our show at Python Bytes.</Description>
    <Url type="text/html" method="GET" template="https://search.talkpython.fm/web/search?q={searchTerms}"/>
    <Url type="application/x-suggestions+json" method="GET"
         template="https://search.talkpython.fm/api/suggest?q={searchTerms}"/>
    <InputEncoding>UTF-8</InputEncoding>
    <Image height="16" width="16" type="image/x-icon">/favicon.ico</Image>
</OpenSearchDescription>