Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missed post when feed URL contains category id #615

Open
Koziolek opened this issue Apr 24, 2020 · 0 comments
Open

Missed post when feed URL contains category id #615

Koziolek opened this issue Apr 24, 2020 · 0 comments

Comments

@Koziolek
Copy link
Contributor

An example of my blog.

Feed URL contains ?cat=43https://github.com/jvm-bloggers/jvm-bloggers/blob/master/src/main/resources/blogs/bloggers.json#L149

When open it in browser I have:

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programowanie &#8211; KoziołekWeb</title>
	<atom:link href="https://koziolekweb.pl/feed/?cat=43" rel="self" type="application/rss+xml" />
	<link>https://koziolekweb.pl</link>
	<description>Sięgam tam gdzie wzrok nie sięga, a tam NullPointerException</description>
	<lastBuildDate>Sun, 19 Apr 2020 21:28:58 +0000</lastBuildDate>
	<language>pl-PL</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4</generator>
<image>\n<url>https://koziolekweb.pl/icon.png</url>\n<title>KoziołekWeb</title>\n<link>https://koziolekweb.pl</link>\n<width></width>\n<height></height>\n</image>\n	<item>
		<title>Lekser Ego w Elixirze część II – preoptymalizacje</title>
		<link>https://koziolekweb.pl/2020/04/19/lexer-ego-w-elixirze-czesc-ii-preoptymalizacje/</link>
					<comments>https://koziolekweb.pl/2020/04/19/lexer-ego-w-elixirze-czesc-ii-preoptymalizacje/#respond</comments>
		
		<dc:creator><![CDATA[Koziolek]]></dc:creator>
		<pubDate>Sun, 19 Apr 2020 21:13:02 +0000</pubDate>
				<category><![CDATA[Elixir]]></category>
		<category><![CDATA[Programowanie]]></category>
		<category><![CDATA[Ego]]></category>
		<category><![CDATA[ELIXIR]]></category>
		<guid isPermaLink="false">https://koziolekweb.pl/?p=4416</guid>

					<description><![CDATA[Jarek i Wiktor udostępnili swój kod na githubie. Pierwsza rzecz, która rzuciła mi się w oczy, to ilość pracy, jaką wykonali poza kamerą. Ich rozwiązanie wspiera już kod w wielu linijkach oraz liczby. To nadal są proste zagadnienia, ale nie są trywialne. Dlatego też, w tym wpisie zajmiemy się pewnymi preoptymalizacjami, które ułatwią nam pracę <a class="read-more" href="https://koziolekweb.pl/2020/04/19/lexer-ego-w-elixirze-czesc-ii-preoptymalizacje/">[&#8230;]</a>]]></description>
		
					<wfw:commentRss>https://koziolekweb.pl/2020/04/19/lexer-ego-w-elixirze-czesc-ii-preoptymalizacje/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lexer Ego w Elixirze</title>
		<link>https://koziolekweb.pl/2020/04/18/lexer-ego-w-elixirze/</link>
					<comments>https://koziolekweb.pl/2020/04/18/lexer-ego-w-elixirze/#respond</comments>
		
		<dc:creator><![CDATA[Koziolek]]></dc:creator>
		<pubDate>Fri, 17 Apr 2020 22:16:11 +0000</pubDate>
				<category><![CDATA[Elixir]]></category>
		<category><![CDATA[Programowanie]]></category>
		<category><![CDATA[Różności]]></category>
		<category><![CDATA[Ego]]></category>
		<category><![CDATA[ELIXIR]]></category>
		<guid isPermaLink="false">https://koziolekweb.pl/?p=4406</guid>

					<description><![CDATA[Jarek Pałka i Wiktor Sztajerowski zaczęli z nudów cykl wykładów o tym jak stworzyć język programowania. Na tapetę trafiło jarkowe Ego, czyli język programowania przeznaczony do ćwiczenia programowania w dziwnych paradygmatach. Pierwszy wykład poświęcili na napisanie prostego lekseraW języka. Całość do obejrzenia poniżej: A ja postanowiłem, że pobawię się ich zabawką w trochę inny sposób. <a class="read-more" href="https://koziolekweb.pl/2020/04/18/lexer-ego-w-elixirze/">[&#8230;]</a>]]></description>
		
					<wfw:commentRss>https://koziolekweb.pl/2020/04/18/lexer-ego-w-elixirze/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
…

Post dates is:

  • Friday 17th April – after new JVM-bloggers mailing was sent.
  • Sunday 19th April – common post „in the middle” of week.

Both post are missed in issue 237 from 24th April.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant