Last active
May 9, 2026 00:15
-
-
Save luckylittle/a4e1180c4be00cc8b214df57e399278b to your computer and use it in GitHub Desktop.
AutoBrr List that contains release schedule from the website firstshowing.net
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
| #!/bin/python | |
| import requests | |
| from bs4 import BeautifulSoup | |
| def extract_movie_titles_from_url(url): | |
| """ | |
| Fetches and parses an HTML page to extract movie titles from firstshowing.net | |
| Args: | |
| url (str): The URL of the page to scrape. | |
| Returns: | |
| movie_titles | |
| """ | |
| movie_titles = [] | |
| try: | |
| headers = { | |
| 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.6850.0 Safari/537.36' | |
| } | |
| response = requests.get(url, headers=headers, timeout=30) | |
| response.raise_for_status() | |
| soup = BeautifulSoup(response.text, 'html.parser') | |
| for p_sched in soup.find_all('p', class_='sched'): | |
| for movie_link in p_sched.find_all('a', class_='showTip'): | |
| title = movie_link.get_text(strip=True) | |
| cleaned_title = title.encode('ascii', 'ignore').decode('ascii').strip() | |
| movie_titles.append(cleaned_title.lower()) | |
| return movie_titles | |
| except requests.exceptions.RequestException as e: | |
| print(f"Error fetching URL {url}: {e}") | |
| except Exception as e: | |
| print(f"An error occurred: {e}") | |
| return [] | |
| if __name__ == '__main__': | |
| # The schedule URL often redirects to the current or upcoming year - e.g. ..schedule2025/ | |
| schedule_url = 'https://www.firstshowing.net/schedule' | |
| movies = extract_movie_titles_from_url(schedule_url) | |
| if movies: | |
| for movie in sorted(set(movies)): | |
| print(movie) |
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
| "wuthering heights" | |
| 28 years later: the bone temple | |
| 98th academy awards | |
| a beautiful mind | |
| a better tomorrow | |
| a great awakening | |
| a magnificent life | |
| a place in hell | |
| a poet | |
| a private life | |
| a useful ghost | |
| affection | |
| all that's left of you | |
| all you need is kill | |
| alpha | |
| american dream | |
| amores perros | |
| amrum | |
| an autumn summer | |
| an enemy within | |
| andr is an idiot | |
| animal farm | |
| another world | |
| apex | |
| archangel | |
| arco | |
| ask e. jean | |
| avengers: doomsday | |
| avengers: endgame | |
| backrooms | |
| ballistic | |
| balls up | |
| beast | |
| billie eilish - hit me hard and soft: the tour (live in 3d) | |
| blades of the guardians | |
| blue heron | |
| bodycam | |
| broken bird | |
| buffalo kids | |
| bunnylovr | |
| busboys | |
| california schemin' | |
| calle mlaga | |
| cannes film festival | |
| captain tsunami | |
| carolina caroline | |
| casa grande | |
| cave of forgotten dreams 6k | |
| chao | |
| charlie the wonderdog | |
| clayface | |
| cliffhanger | |
| clika | |
| cold storage | |
| colony | |
| cookie queens | |
| corporate retreat | |
| couples weekend | |
| coyote vs. acme | |
| crime 101 | |
| cut off | |
| dead man's wire | |
| decorado | |
| deep water | |
| desert warrior | |
| do not enter | |
| dolly | |
| dr. seuss' the cat in the hat | |
| dracula | |
| dreams | |
| driver's ed | |
| dry leaf | |
| dune: part three | |
| eagles of the republic | |
| epic: elvis presley in concert | |
| erupcja | |
| evil dead burn | |
| exit 8 | |
| faces of death | |
| fantasy life | |
| finding emily | |
| finnegan's foursome | |
| flag day | |
| following | |
| for worse | |
| forbidden fruits | |
| forge | |
| forgotten island | |
| fuze | |
| ghost elephants | |
| girls like girls | |
| glenrothan | |
| goat | |
| godzilla minus zero | |
| good luck, have fun, don't die | |
| greenland 2: migration | |
| h is for hawk | |
| hamlet | |
| hard boiled | |
| heel | |
| her private hell | |
| hexed | |
| hokum | |
| holy days | |
| hot spot | |
| how to make a killing | |
| i can only imagine 2 | |
| i love boosters | |
| i swear | |
| i was a stranger | |
| ice cream man | |
| idiotka | |
| idiots | |
| in cold light | |
| in the blink of an eye | |
| in the grey | |
| insidious: out of the further | |
| iron lung | |
| irritu's digger | |
| is god is | |
| is this thing on? | |
| islands | |
| jackass: best and last | |
| jerry maguire | |
| jerry west: the logo | |
| jimmy | |
| jimpa | |
| jinsei | |
| john lilly and the earth coincidence control office | |
| k-pops! | |
| ken russell's the devils | |
| kiki's delivery service | |
| killer whale | |
| kokuho | |
| kontinental '25 | |
| kraken | |
| labyrinth | |
| ladies first | |
| late shift | |
| lee cronin's the mummy | |
| legend of the white dragon | |
| leviticus | |
| lifehack | |
| lorne | |
| lucky strike | |
| mad bills to pay: (or destiny, dile que no soy malo) | |
| maddie's secret | |
| magellan | |
| magic hour | |
| man on the run | |
| marc by sofia | |
| masters of the universe | |
| matter of time | |
| meet the parents 4: focker in-law | |
| mel brooks: the 99 year old man! | |
| mercy | |
| mermaid | |
| mexico 86 | |
| michael | |
| midwinter break | |
| mike & nick & nick & alice | |
| mile end kicks | |
| mimics | |
| minions & monsters | |
| miroirs no. 3 | |
| moana [live-action] | |
| mortal kombat ii | |
| mother mary | |
| mother's baby | |
| mr. burton | |
| mutiny | |
| my father's shadow | |
| my neighbor adolf | |
| newborn | |
| night patrol | |
| nirvanna the band the show the movie | |
| no other choice | |
| nolan's the odyssey | |
| normal | |
| o horizon | |
| obex | |
| obsession | |
| office romance | |
| omaha | |
| once upon a time in a cinema | |
| one night only | |
| one spoon of chocolate | |
| operation taco gary's | |
| our hero, balthazar | |
| our land | |
| outcome | |
| over your dead body | |
| palestine 36 | |
| panda plan 2: the magical tribe | |
| passenger | |
| paw patrol 3: the dino movie | |
| peaky blinders: the immortal man | |
| people we meet on vacation | |
| pillion | |
| pinocchio: unstrung | |
| pitfall | |
| pixar's hoppers | |
| pixar's toy story 5 | |
| pizza movie | |
| poetic license | |
| pompei: below the clouds | |
| power ballad | |
| practical magic 2 | |
| pressure | |
| pretty lethal | |
| primate | |
| project hail mary | |
| propeller one-way night coach | |
| protector | |
| psycho killer | |
| ready or not 2: here i come | |
| redux redux | |
| refuge | |
| remarkably bright creatures | |
| reminders of him | |
| renoir | |
| resident evil | |
| return to silent hill | |
| ricky | |
| romera | |
| rose of nevada | |
| runner | |
| saccharine | |
| salmokji: whispering water | |
| scarlet | |
| scary movie | |
| scream 7 | |
| send help | |
| seven snipers | |
| shaun the sheep: the beast of mossy bottom | |
| she dances | |
| shelter | |
| shrek | |
| silent friend | |
| sirt | |
| slanted | |
| solo mio | |
| sound of falling | |
| space cowboy | |
| spacewoman | |
| speed racer | |
| spider-man: brand new day | |
| spielberg's disclosure day | |
| stand by me | |
| star wars: the mandalorian and grogu | |
| starbright | |
| stolen kingdom | |
| stop! that! train! | |
| storm rider: legend of hammerhead | |
| street fighter | |
| sundance film festival | |
| super troopers 3 | |
| supergirl | |
| swapped | |
| teenage mutant ninja turtles ii: the secret of the ooze | |
| teenage sex and death at camp miasma | |
| the ai doc: or how i became an apocaloptimist | |
| the amazing digital circus: the last act | |
| the angry birds movie 3 | |
| the birthday party | |
| the blue trail | |
| the bluff | |
| the breadwinner | |
| the bride! | |
| the brink of war | |
| the christophers | |
| the chronology of water | |
| the currents | |
| the death of robin hood | |
| the devil wears prada 2 | |
| the dog stars | |
| the drama | |
| the dreadful | |
| the drift | |
| the end of oak street | |
| the furious | |
| the gates | |
| the hunger games: sunrise on the reaping | |
| the invite | |
| the killer | |
| the last one for the road | |
| the last viking | |
| the legend of aang: the last airbender | |
| the love that remains | |
| the moment | |
| the mortuary assistant | |
| the mother and the bear | |
| the mountain | |
| the mummy returns | |
| the napa boys | |
| the optimist | |
| the piano | |
| the plague | |
| the pout-pout fish | |
| the president's cake | |
| the python hunt | |
| the revenant | |
| the rip | |
| the rise of the red hot chili peppers: our brother, hillel | |
| the rivals of amziah king | |
| the sheep detectives | |
| the strangers: chapter 3 | |
| the super mario galaxy movie | |
| the testament of ann lee | |
| the travel companion | |
| the wizard of the kremlin | |
| the wrecking crew | |
| the yeti | |
| they will kill you | |
| this is not a test | |
| thrash | |
| time and water | |
| tom and jerry: forbidden compass | |
| tom clancy's jack ryan: ghost war | |
| top gun + top gun: maverick | |
| touch me | |
| tow | |
| toxic | |
| train to busan | |
| trainspotting | |
| tuner | |
| twisted | |
| two pianos | |
| two prosecutors | |
| two seasons, two strangers | |
| undercard | |
| undertone | |
| unidentified | |
| v for vendetta | |
| vampires of the velvet lounge | |
| victorian psycho | |
| violent night 2 | |
| war machine | |
| wardriver | |
| wasteman | |
| we bury the dead | |
| whistle | |
| wild horse nine | |
| wildwood | |
| worldbreaker | |
| yes | |
| you're dating a narcissist! | |
| you, me & tuscany | |
| young mothers | |
| young washington | |
| youngblood |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use this in AutoBrr?
https://<AUTOBRR_IP>:<AUTOBRR_PORT>/settings/listshttps://gist.githubusercontent.com/luckylittle/a4e1180c4be00cc8b214df57e399278b/raw/firstshowing.txt