Skip to content

Commit

Permalink
Merge pull request #259 from kenaioz/main
Browse files Browse the repository at this point in the history
points to new federal revenue url download page
  • Loading branch information
cuducos authored Nov 4, 2024
2 parents 3865a64 + 5e4e6cf commit 5dd842d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download/federal_revenue.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
federalRevenueDateFormatNotes = "02/01/2006"

// Zipped CSV source
federalRevenueURL = "https://dadosabertos.rfb.gov.br/CNPJ/dados_abertos_cnpj"
federalRevenueURL = "https://arquivos.receitafederal.gov.br/cnpj/dados_abertos_cnpj"
)

var datePattern = regexp.MustCompile(`Data da última extração:? +(?P<updatedAt>\d{2}/\d{2}/\d{4})`)
Expand Down

0 comments on commit 5dd842d

Please sign in to comment.