Update hostname on AAIA feeds, close #108
continuous-integration/drone Build is passing Details

This commit is contained in:
~lucidiot 2022-07-04 12:06:55 +02:00
parent e364a94a8b
commit f9a5551f53
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
1 changed files with 7 additions and 7 deletions

View File

@ -1184,39 +1184,39 @@
<region>Hong Kong</region>
<type>Aviation</type>
<frequency>5-10 reports/year</frequency>
<url>https://www.thb.gov.hk/aaia/eng/index.html</url>
<url>https://www.tlb.gov.hk/aaia/eng/index.html</url>
<feed type="aviation" lang="English" format="rss" id="aaia-en">
<curl>
<url>https://www.thb.gov.hk/aaia/eng/investigation_reports/index.html</url>
<url verify-ssl="false">https://www.tlb.gov.hk/aaia/eng/investigation_reports/index.html</url>
</curl>
<pup>table tr:not(:first-child)</pup>
<jq path="aaia.jq">
<arg name="lang">en</arg>
<arg name="link">https://www.thb.gov.hk/aaia/eng/investigation_reports/index.html</arg>
<arg name="link">https://www.tlb.gov.hk/aaia/eng/investigation_reports/index.html</arg>
</jq>
<json2xml />
<output>aaia/en.xml</output>
</feed>
<feed type="aviation" lang="Simplified Chinese" format="rss" id="aaia-zh-hans">
<curl>
<url>https://www.thb.gov.hk/aaia/sc/investigation_reports/index.html</url>
<url verify-ssl="false">https://www.tlb.gov.hk/aaia/sc/investigation_reports/index.html</url>
</curl>
<pup>table tr:not(:first-child)</pup>
<jq path="aaia.jq">
<arg name="lang">zh-Hans</arg>
<arg name="link">https://www.thb.gov.hk/aaia/sc/investigation_reports/index.html</arg>
<arg name="link">https://www.tlb.gov.hk/aaia/sc/investigation_reports/index.html</arg>
</jq>
<json2xml />
<output>aaia/zh-hans.xml</output>
</feed>
<feed type="aviation" lang="Traditional Chinese" format="rss" id="aaia-zh-hant">
<curl>
<url>https://www.thb.gov.hk/aaia/tc/investigation_reports/index.html</url>
<url verify-ssl="false">https://www.tlb.gov.hk/aaia/tc/investigation_reports/index.html</url>
</curl>
<pup>table tr:not(:first-child)</pup>
<jq path="aaia.jq">
<arg name="lang">zh-Hant</arg>
<arg name="link">https://www.thb.gov.hk/aaia/tc/investigation_reports/index.html</arg>
<arg name="link">https://www.tlb.gov.hk/aaia/tc/investigation_reports/index.html</arg>
</jq>
<json2xml />
<output>aaia/zh-hant.xml</output>