Created
January 30, 2024 02:10
-
-
Save dkam/815bb3be75849cdfe56f86c23f4b431d to your computer and use it in GitHub Desktop.
Find longest Wordpress Tag / Category
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feedjira.parse(URI.open("https://blog.booko.com.au/feed/").read).entries.max_by {|e| e.categories.max_by {|c| c.length }.then {|c| c.length } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment