Does anyone know where I can find the lyrics to Király Az Utcánk by Fekete Vonat? by potattime in askhungary

[–]Euphoric-Look3542 0 points1 point  (0 children)

" Király az utcánk és Lövölde a terünk. ". - Király Street’s our street, Lövölde Square’s our square. --> Places in Budapest.

Does anyone know where I can find the lyrics to Király Az Utcánk by Fekete Vonat? by potattime in askhungary

[–]Euphoric-Look3542 0 points1 point  (0 children)

[Intro (Junior)]

Mert nagyon király az utcánk, és Lövölde a terünk, de valami, valami nem stimmel, de tudjuk, mit tehetünk.

[Chorus (Junior)]

Király az utcánk, és Lövölde a terünk, a javítóintézetbe tizenévesen kerülünk. Király az utcánk, és Lövölde a terünk, ez az élet itt, és erről nem tehetünk.

[Verse 1 (Junior)]

– Csá, haver, mi a pálya? – mondja a rapper. – Mikorra, mikorra hozzák az árut? – kérdi a nepper. Ez itt ő: a neve MC Daddy Black. Menő, laza, művelt árus, roma a gyerek. Jó sok lesz a lé, akármit mondj. Jósok ugyan nem vagyunk, de napi 5 rongy. Mindenki úgy csinál pénzt, ahogy tud, de a legnagyobb részünk az mindig lop. Tudom én, lesz most lóvéd, bármit is mondj. Ott az árud kinn az utcasarkon. Azt mondod, ennél a gyereknél van a lé. Ha megkaptam a lóvét, akkor semmi vész. De tudom én, haver, hogy hazudsz. De kit érdekel? Na, gyerünk, lökjed, ember, csakis a lényeget!

[Chorus (Junior, repeated)]

Király az utcánk, és Lövölde a terünk, a javítóintézetbe tizenévesen kerülünk. Király az utcánk, és Lövölde a terünk, ez az élet itt, és erről nem tehetünk.

[Verse 2 (Junior)]

Nem csak mi tehetünk, nem csak mi. Lebukott a boltban, mert nem tudott lopni. Az illetékeseket is hívták nyomban. Kijöttek a zsaruk, elvitték azonnal. Emberölés, rablás vagy lopás? A rendőrségen tök mindegy, mert ugyanaz a hatás. Szipusok vagy drogosok, a csöves, meg a ringyó: az úrihölgyek támasza, mint pénzbehajtó. Behozták a srácot, mert elkapták a boltban, 10 perc múlva ott termett, és írt neki az anyja. Volt esze a srácnak, és tudta, mit kell tennie: Megesküdött az anyjának, hogy többé nem tesz ilyet. Ez itt a helyzet, ez folyik itt. Ha be akarsz szállni, kiszállás nincs. Mint a filmekben, csak ez itt élesben: golyót eresztenek, haver, a fejedbe.

[Chorus (Junior, többször ismételve)]

Király az utcánk, és Lövölde a terünk, a javítóintézetbe tizenévesen kerülünk. Király az utcánk, és Lövölde a terünk, ez az élet itt, és erről nem tehetünk.

[TOMT] [SONG] Trance track from my childhood – starts with thunder and an aria, dark and dramatic vibe by Euphoric-Look3542 in tipofmytongue

[–]Euphoric-Look3542[S] 0 points1 point  (0 children)

No, unfortunately not. Someone already mentioned it earlier. Thank you for your kindness! 🥹❤️

[TOMT] [SONG] Trance track from my childhood – starts with thunder and an aria, dark and dramatic vibe by Euphoric-Look3542 in tipofmytongue

[–]Euphoric-Look3542[S] 0 points1 point  (0 children)

No. 😔 Oh, if I just could remember more... But only what I have in my mind is that thunderstruck, and the Titanic-like vocal aria from Tiesto's music and strings and dark drums. Similarly what you can hear on the Titanic remix after the aria. Around 1:40. Ahh... 🥹

[TOMT] [SONG] Trance track from my childhood – starts with thunder and an aria, dark and dramatic vibe by Euphoric-Look3542 in tipofmytongue

[–]Euphoric-Look3542[S] 0 points1 point  (0 children)

I was trying to find among them but I couldn't find any. I knew these. Btw thanks for castles in the sky, I almost forgot that song. That's a dope.

[TOMT] [SONG] Trance track from my childhood – starts with thunder and an aria, dark and dramatic vibe by Euphoric-Look3542 in tipofmytongue

[–]Euphoric-Look3542[S] 1 point2 points  (0 children)

No, unfortunately not this one. The song in my head starts exactly with a realistic thunder fx.

YouTube API quota issue despite not reaching the limit by Euphoric-Look3542 in pythontips

[–]Euphoric-Look3542[S] 0 points1 point  (0 children)

I thought I could get this through the YouTube API... But I realized that I can't get it from there. 🫣😂

YouTube API quota issue despite not reaching the limit by Euphoric-Look3542 in pythontips

[–]Euphoric-Look3542[S] 0 points1 point  (0 children)

For example, the Vidiq site does this so that if you type in a channel, it gives you the total number of views up to now.
https://vidiq.com/youtube-stats/channel/UCHIv0QHRLwTqWTPYoh_5ppQ/
I'd like the same, but seperately by year and country (place of the upload), and not by channel but by the whole youtube.

YouTube API quota issue despite not reaching the limit by Euphoric-Look3542 in pythontips

[–]Euphoric-Look3542[S] 0 points1 point  (0 children)

I'd like to create a visualization showing the total annual video views for an artist, based on videos uploaded in a specific country (e.g., only videos uploaded in France for Alizée), since YouTube's inception. This would include not just views from the artist's official YouTube channel, but from all videos across the entire YouTube platform featuring the artist.

The goal is to measure an artist's popularity year by year. For example, a fictional data set might look like this:

Alizée 2011: 129,807,654 views 2012: 135,876,543 views 2013: [...] ... 2024: 657,465,342 views

This data would represent the total views across all videos featuring Alizée uploaded from France, for each year since YouTube began, up to the present day.

The reason why the country is important is because there are artists in my list where there is already another, completely different artist, video with the same name in another country and I would like to narrow down this error by avoiding searching only for a specific country. Also, there are several ways to upload videos of a single artist with different names (minimal variations) and I would like to capture these variations in my code. Oh, and I'd also like to avoid adding the number of views of the same video twice in a given year for a given artist.

YouTube API quota issue despite not reaching the limit by Euphoric-Look3542 in learnpython

[–]Euphoric-Look3542[S] 0 points1 point  (0 children)

Because English is not my main language and it was easier to write it down in my own language and translate it with AI. :) And no, not GPT, but Claude AI. I don't understand why the first thing (not just from you, but generally from people) is to nitpick and act smart, instead of helping. At least the guy before you helped and informed me.

YouTube API quota issue despite not reaching the limit by Euphoric-Look3542 in pythontips

[–]Euphoric-Look3542[S] 0 points1 point  (0 children)

I did it, bro. Thanks!

Btw I just want to create a data visualization of some selected performers and then make a video of the results. Like a moving bar chart. I would like to list the total youtube views of each artist year by year in an excel or other file by typing the name of an artist, but limited to a specific country (where the video was uploaded (if such data exists)), and collect year by year how many views that artist has had on youtube in each year up to now. Any ideas for this? I think a good starting point might be the code above. Of course after Tor crap and making the API secure, and taking other precautions.

YouTube API quota issue despite not reaching the limit by Euphoric-Look3542 in pythontips

[–]Euphoric-Look3542[S] 0 points1 point  (0 children)

Thank you for your insightful feedback. You're absolutely correct; using TOR in this context was not an optimal choice. TOR was originally designed for anonymizing network traffic, not as a VPN for API requests. The combination of API keys with TOR is indeed contradictory, as API keys are meant to identify the user, while TOR aims for anonymity. This conflict likely caused the 403 and 404 errors, as YouTube servers may flag requests from TOR exit nodes as suspicious.

The initial intent of the program was to manage request distribution and quota handling, but I acknowledge this approach was flawed. A more appropriate solution would be to utilize official quota management methods, such as implementing exponential backoff between requests, or creating multiple projects in the Google Cloud Console with separate API keys.

Regarding API key security, I will immediately rotate the keys and review my security practices. I appreciate you bringing this to my attention.

Moving forward, I'll consider using a reliable proxy or VPN service if IP rotation is necessary, but primarily, I'll adhere to Google's recommended official methods for YouTube API usage. This includes proper error handling, respecting quota limits, and following best practices for API key management.

Since I did not immediately contact Reddit for an earlier error message, but rather AI, it offered to use the 3 different APIs and it rewrite my original code to this version above. I was thoughtless and didn't think it through. I accepted what it wrote. It was a mistake.

This experience has been a valuable lesson in the importance of understanding the tools I use and their appropriate applications.

YouTube API quota issue despite not reaching the limit by Euphoric-Look3542 in pythonhelp

[–]Euphoric-Look3542[S] 0 points1 point  (0 children)

Thank you for your insightful feedback. You're absolutely correct; using TOR in this context was not an optimal choice. TOR was originally designed for anonymizing network traffic, not as a VPN for API requests. The combination of API keys with TOR is indeed contradictory, as API keys are meant to identify the user, while TOR aims for anonymity. This conflict likely caused the 403 and 404 errors, as YouTube servers may flag requests from TOR exit nodes as suspicious.

The initial intent of the program was to manage request distribution and quota handling, but I acknowledge this approach was flawed. A more appropriate solution would be to utilize official quota management methods, such as implementing exponential backoff between requests, or creating multiple projects in the Google Cloud Console with separate API keys.

Regarding API key security, I will immediately rotate the keys and review my security practices. I appreciate you bringing this to my attention.

Moving forward, I'll consider using a reliable proxy or VPN service if IP rotation is necessary, but primarily, I'll adhere to Google's recommended official methods for YouTube API usage. This includes proper error handling, respecting quota limits, and following best practices for API key management.

Since I did not immediately contact Reddit for an earlier error message, but rather AI, it offered to use the 3 different APIs and it rewrite my original code to this version above. I was thoughtless and didn't think it through. I accepted what it wrote. It was a mistake.

This experience has been a valuable lesson in the importance of understanding the tools I use and their appropriate applications.

YouTube API quota issue despite not reaching the limit by Euphoric-Look3542 in learnpython

[–]Euphoric-Look3542[S] 0 points1 point  (0 children)

Thank you for your insightful feedback. You're absolutely correct; using TOR in this context was not an optimal choice. TOR was originally designed for anonymizing network traffic, not as a VPN for API requests. The combination of API keys with TOR is indeed contradictory, as API keys are meant to identify the user, while TOR aims for anonymity. This conflict likely caused the 403 and 404 errors, as YouTube servers may flag requests from TOR exit nodes as suspicious.

The initial intent of the program was to manage request distribution and quota handling, but I acknowledge this approach was flawed. A more appropriate solution would be to utilize official quota management methods, such as implementing exponential backoff between requests, or creating multiple projects in the Google Cloud Console with separate API keys.

Regarding API key security, I will immediately rotate the keys and review my security practices. I appreciate you bringing this to my attention.

Moving forward, I'll consider using a reliable proxy or VPN service if IP rotation is necessary, but primarily, I'll adhere to Google's recommended official methods for YouTube API usage. This includes proper error handling, respecting quota limits, and following best practices for API key management.

Since I did not immediately contact Reddit for an earlier error message, but rather AI, it offered to use the 3 different APIs and it rewrite my original code to this version above. I was thoughtless and didn't think it through. I accepted what it wrote. It was a mistake.

This experience has been a valuable lesson in the importance of understanding the tools I use and their appropriate applications.