Skip to content

Commit

Permalink
remove feeds with ~flex
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Dec 15, 2024
1 parent 76167dc commit e2260b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/maple/transitland_download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ pub async fn download_return_eligible_feeds(
_ => false,
}
&& feed.urls.static_current.is_some()
&& !feed.id.ends_with("~flex")
})
.filter(|(_, feed)| {
if let Some(restrict_to_feed_id) = restrict_to_feed_id {
Expand Down

0 comments on commit e2260b7

Please sign in to comment.