Skip to content

Add mappings for skipDays and skipHours in RSS channel#271

Merged
w3stling merged 1 commit intomasterfrom
add-mappings-for-skipdays-and-skiphours
Nov 1, 2025
Merged

Add mappings for skipDays and skipHours in RSS channel#271
w3stling merged 1 commit intomasterfrom
add-mappings-for-skipdays-and-skiphours

Conversation

@w3stling
Copy link
Owner

@w3stling w3stling commented Nov 1, 2025

This pull request adds mappings for the skipDays and skipHours fields in the RSS channel. These fields are part of the RSS specification and allow publishers to indicate days or hours during which aggregators should skip updates.

Example:

<rss>
    <channel>
        ...
        <skipDays>
            <day>Saturday</day>
            <day>Sunday</day>
        </skipDays>
        <skipHours>
            <hour>0</hour>
            <hour>1</hour>
            <hour>2</hour>
            <hour>3</hour>
            <hour>4</hour>
            <hour>5</hour>
            <hour>6</hour>
            <hour>15</hour>
            <hour>16</hour>
            <hour>17</hour>
            <hour>18</hour>
            <hour>19</hour>
            <hour>20</hour>
            <hour>21</hour>
            <hour>22</hour>
            <hour>23</hour>
        </skipHours>
        ...
        <item>
            ...
        </item>
    </channel>
</rss>

@w3stling w3stling added the enhancement New feature or request label Nov 1, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 1, 2025

@github-actions
Copy link

github-actions bot commented Nov 1, 2025

Test Results

 12 files   12 suites   30s ⏱️
308 tests 306 ✅ 2 💤 0 ❌
316 runs  314 ✅ 2 💤 0 ❌

Results for commit f6f8156.

@w3stling w3stling merged commit ccb366e into master Nov 1, 2025
7 checks passed
@w3stling w3stling deleted the add-mappings-for-skipdays-and-skiphours branch November 1, 2025 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant